Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created August 7, 2021 06:24
Show Gist options
  • Save percybolmer/7c13af62daea2ada9cf5f571c97bb4e4 to your computer and use it in GitHub Desktop.
Save percybolmer/7c13af62daea2ada9cf5f571c97bb4e4 to your computer and use it in GitHub Desktop.
.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