????

Your IP : 216.73.216.34


Current Path : /home/carpe/public_html/sae 202/V2/images/fi3r4s/nu2qjh/
Upload File :
Current File : /home/carpe/public_html/sae 202/V2/images/fi3r4s/nu2qjh/footer.php.tar

home/carpe/public_html/sae 202/V2/footer.php000064400000001707151015363500014426 0ustar00<div id='footer'>
    <div id='footer_cont'>
        <h2>trash²trend, by NUANC3S</h2>
        <h2>+33 XX XX XX XX</h2>
        <h2>agence@nuanc3s.fr</h2>
        <h2>2024 © | NUANC3S | Tous droits réservés </h2>
    </div>
</div>
<style>
    #footer{
        width:100%;
        background-image:url('images/footer.png');
        background-size:cover;
        background-position:center;
        min-height:15vh;
        position:absolute;
        bottom:0;
        display:flex;
        justify-content:right;
        z-index:998;
    }
    
    #footer_cont{
        width:90%;
        display:flex;
        justify-content:space-around;
        align-items:center;
    }
    
    #footer_cont h2{
        color:white;
        
    }
    
    @media only screen and  (max-width: 1001px){
        #footer_cont{
            display:block;
            
        }
        #footer_cont h2{
            text-align:right;
            
        }
    }
    

</style>