Skip to content

Instantly share code, notes, and snippets.

@spemer
Last active February 13, 2018 07:33
Show Gist options
  • Save spemer/d486abd700eaad7c9a4ba4e49fa3644d to your computer and use it in GitHub Desktop.
Save spemer/d486abd700eaad7c9a4ba4e49fa3644d to your computer and use it in GitHub Desktop.
nav {
margin: 0 auto;
ul {
margin: 8px;
padding: 0;
list-style-type: disc;
}
li {
font-size: 16px;
}
a {
display: block;
padding: 6px 12px;
text-decoration: underline;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment