Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created April 6, 2017 05:05
Show Gist options
  • Save mazipan/05e0c60250f4699a5651f10a82e46666 to your computer and use it in GitHub Desktop.
Save mazipan/05e0c60250f4699a5651f10a82e46666 to your computer and use it in GitHub Desktop.
nav {
font-size: 12px;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
}
nav ul li {
display: inline-block;
}
nav ul li a {
color: blue;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment