Skip to content

Instantly share code, notes, and snippets.

@umkasanki
Last active May 2, 2017 13:33
Show Gist options
  • Save umkasanki/5b12ba65d102489416c30e0ce30cc309 to your computer and use it in GitHub Desktop.
Save umkasanki/5b12ba65d102489416c30e0ce30cc309 to your computer and use it in GitHub Desktop.
Example Base Styles
body, form {
margin: 0;
padding: 0;
}
a {
color: #039;
}
a:hover {
color: #03F;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment