Skip to content

Instantly share code, notes, and snippets.

@sebasibarguen
Created February 14, 2015 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebasibarguen/d62bbd637b5c2c5c313e to your computer and use it in GitHub Desktop.
Save sebasibarguen/d62bbd637b5c2c5c313e to your computer and use it in GitHub Desktop.
Good CSS structure
body {
background-color: white;
}
h1, h2 {
color: black;
}
.lesson {
padding: 10px;
margin: 10px;
}
#introduction {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment