Created
August 7, 2021 06:24
-
-
Save percybolmer/7c13af62daea2ada9cf5f571c97bb4e4 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
.navbar ul { | |
list-style-type: none; | |
margin: 0; | |
padding: 0; | |
overflow: hidden; | |
} | |
.navbar li { | |
float: left; | |
} | |
.navbar li a { | |
display: block; | |
padding: 8px; | |
background-color: #dddddd; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment