Select Git revision
testAuteur.php
styles.css 572 B
@import 'base.css';
/* Navbar */
.barreDeNavigation{
z-index: 999;
}
.barreDeNavigation .superieure{
background-color: black;
width: 100%;
display: flex;
justify-content: center;
}
.barreDeNavigation .superieure .nav-link{
padding: .5rem .75rem !important;
color: white!important;
line-height: 1!important;
text-transform: uppercase;
}
.barreDeNavigation .inferieure{
width: 100%;
min-height: 83px;
-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
box-shadow: 0 0 20px rgb(0 0 0 / 30%);
background-size: auto 442px;
}