Last active
February 13, 2018 07:33
-
-
Save spemer/7111f67e7f638e2855125ecc04b3f13b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nav { | |
margin: 0 auto; } | |
nav ul { | |
margin: 8px; | |
padding: 0; | |
list-style-type: disc; } | |
nav li { | |
font-size: 16px; } | |
nav a { | |
display: block; | |
padding: 6px 12px; | |
text-decoration: underline; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment