Files
CNN_Website/cnn_website/src/Menu.css
T

21 lines
405 B
CSS

#navbar-main {
width: 100%;
height: 80px;
display: flex;
gap: 20px;
justify-content: center;
align-items: center;
border-bottom: 1px solid rgb(47, 168, 208);
}
.navbar-item {
text-decoration: none;
height: 80px;
width: 120px;
display: flex;
align-items: center;
justify-content: center;
}
.navbar-item:hover {
background-color: rgb(47, 168, 208);
}