????
| Current Path : /home/carpe/public_html/sae 202/V2/images/fi3r4s/nu2qjh/ |
| Current File : /home/carpe/public_html/sae 202/V2/images/fi3r4s/nu2qjh/footer.php.tar |
home/carpe/public_html/sae 202/V2/footer.php 0000644 00000001707 15101536350 0014426 0 ustar 00 <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>