Skip to content

Instantly share code, notes, and snippets.

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