Skip to content

Instantly share code, notes, and snippets.

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 IamSohaggazi/1ffd26269b2dd7d2e2b7 to your computer and use it in GitHub Desktop.
Save IamSohaggazi/1ffd26269b2dd7d2e2b7 to your computer and use it in GitHub Desktop.
.nav ul{list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #f1f1f1;
height:60x;
}
.nav ul li{float: left;}
.nav ul li a{
display:block;
color: #000;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.nav ul li a:hover{background-color: #555;
color: white;
}
.active {
background-color: #4CAF50;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment