Skip to content
Snippets Groups Projects
Select Git revision
  • a5bb80063dd4fc63a1a618e974cc0d4b4d5832ac
  • main default protected
  • (Gagafeee)
3 results

styles.css

Blame
  • styles.css 709 B
    @import 'base.css';
    
    /* Navbar */
    .barreDeNavigation{
        z-index: 999;
    }
    .barreDeNavigation .superieure{
        background-color: black;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .barreDeNavigation .nav-link{
        padding: .5rem .75rem ;
        color: white;
        line-height: 1;
        text-transform: uppercase;
        font-size: .8rem;
    }
    .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;
    }
    .barreDeNavigation .inferieure .siteName{
        font-family: "Zaptron-Regular";
        color: white !important;
    }
    a.siteName:hover {
        text-decoration: none;
    }