/* Style the navigation menu */
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
/* Style the list items inside the navigation menu */
nav li {
float: left;
}
/* Style the links inside the list items */
nav li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change the color of the links on hover */
nav li a:hover {
background-color: #111;
}
/* Style the "active" link */
nav .nav-item.home {
background-color: #4caf50;
}
nav .nav-item.about {
background-color: #2196f3;
}
nav .nav-item.contact {
background-color: #f44336;
}
تعليقات
إرسال تعليق