Skip to content

Instantly share code, notes, and snippets.

@LucasLLLS
Created August 6, 2016 16:04
Show Gist options
  • Save LucasLLLS/6af4cfba5454c9fbe0e9cd1679eed467 to your computer and use it in GitHub Desktop.
Save LucasLLLS/6af4cfba5454c9fbe0e9cd1679eed467 to your computer and use it in GitHub Desktop.
nav ul {
margin: 0;
padding: 0;
list-style: none;
}
nav li {
display: inline-block;
}
nav a {
display: block;
padding: 6px 12px;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment