Skip to content

Instantly share code, notes, and snippets.

@spemer
Last active February 13, 2018 07:33
Show Gist options
  • Save spemer/7111f67e7f638e2855125ecc04b3f13b to your computer and use it in GitHub Desktop.
Save spemer/7111f67e7f638e2855125ecc04b3f13b to your computer and use it in GitHub Desktop.
nav {
margin: 0 auto; }
nav ul {
margin: 8px;
padding: 0;
list-style-type: disc; }
nav li {
font-size: 16px; }
nav 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