View source for Template:Main menu/styles.css
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
.main-menu-container {
display: flex;
justify-content: center;
background-color: #f1f1f1;
}
.main-menu-container a {
text-decoration: none;
}
.padded {
padding: 0.5rem 1.5rem;
}
.padded:hover {
background-color: #e0e0e0;
}
.main-menu-dropdown-trigger {
position: relative;
}
.main-menu-dropdown-content {
display: none;
position: absolute;
000
1:0
Return to Template:Main menu/styles.css.