Created
April 6, 2017 05:05
-
-
Save mazipan/05e0c60250f4699a5651f10a82e46666 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 { | |
| font-size: 12px; | |
| } | |
| nav ul { | |
| margin: 0; | |
| padding: 0; | |
| list-style: none; | |
| } | |
| nav ul li { | |
| display: inline-block; | |
| } | |
| nav ul li a { | |
| color: blue; | |
| text-decoration: none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment