Hand-in-Hand Walkthrough web development Episode 2.
In sequel to episode 1,
Internal CSS
This is when a style tag is declared on its own in the HTML tag.
It looks as follows:
* {
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
sans-serif;
font-size: ...
cruxcodes.hashnode.dev8 min read