Skip to content

Instantly share code, notes, and snippets.

@kccnma
Last active June 18, 2019 19:18
Show Gist options
  • Save kccnma/28b703afd40eab99950654d7f26dc44b to your computer and use it in GitHub Desktop.
Save kccnma/28b703afd40eab99950654d7f26dc44b to your computer and use it in GitHub Desktop.
Summer Favorites Site - Structural CSS Part 1
/* GLOBAL */
* { box-sizing: border-box; }
body {
margin: 0;
font-family: sans-serif;
}
a {
text-decoration: none;
color: darkred;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment