Skip to content

Instantly share code, notes, and snippets.

@galpratama
Last active June 28, 2016 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galpratama/d03c2fbe4211dbdc098f772ed95ae690 to your computer and use it in GitHub Desktop.
Save galpratama/d03c2fbe4211dbdc098f772ed95ae690 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;
}
nav {
ul {
margin: 0;
padding: 0;
list-style: none;
}
li { display: inline-block; }
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