Skip to content

Instantly share code, notes, and snippets.

@myanmarlinks
Created August 25, 2017 13:04
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 myanmarlinks/4b1323fe9917d97fcf06311ad381ab9c to your computer and use it in GitHub Desktop.
Save myanmarlinks/4b1323fe9917d97fcf06311ad381ab9c to your computer and use it in GitHub Desktop.
SASS Nav File
nav
ul
width: $main-width
height: 100px
margin: 0 auto
li
display: inline-block
float: left
border: 1px solid #e3e3e3
border-radius: 5px
a
padding: 10px
text-decoration: none
outline: none
display: block
color: #000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment