Previous version was horrible... trying to keep things stupid simple
This commit is contained in:
@@ -1,26 +1,16 @@
|
||||
.topNavBar ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
.topNavBar {
|
||||
background-color: #333;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.topNavBar li {
|
||||
.topNavBar a {
|
||||
float: left;
|
||||
}
|
||||
.topNavBar li a {
|
||||
display: block;
|
||||
color: white;
|
||||
color: #f2f2f2;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
font-size: 17px;
|
||||
}
|
||||
.topNavBar li a:hover {
|
||||
background-color: #111;
|
||||
}
|
||||
.topNavBar .active {
|
||||
background-color: #4CAF50;
|
||||
.topNavBar a:hover {
|
||||
background-color: #ddd;
|
||||
color: black;
|
||||
}
|
||||
Reference in New Issue
Block a user