Skip to content
Snippets Groups Projects
Select Git revision
  • 9736a6be78912dffb76ed26fb88514d7800142d2
  • main default protected
2 results

Objet.php

Blame
  • 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;
    }