Skip to content

Instantly share code, notes, and snippets.

@Seanmclem
Last active June 11, 2018 00:01
Show Gist options
  • Save Seanmclem/ee299c822d181a93824bb07d7df0dc19 to your computer and use it in GitHub Desktop.
Save Seanmclem/ee299c822d181a93824bb07d7df0dc19 to your computer and use it in GitHub Desktop.
nav {
display: flex;
justify-content: space-around;
height: 50px;
align-items: center;
font-family: 'Roboto', sans-serif;
background-color: #3700b3;
box-shadow: 0 2px 2px 0 gray;
a{
padding:5px 5px 5px 5px;
margin: 10px;
color:white;
text-decoration: none;
letter-spacing: 0.5px;
&.active{
border-bottom: 1.5px solid;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment