????

Your IP : 216.73.216.157


Current Path : /home/carpe/public_html/space/8i0x2y/
Upload File :
Current File : /home/carpe/public_html/space/8i0x2y/header2.php.tar

home/carpe/public_html/sae 202/header2.php000064400000001047151200723670014154 0ustar00<header>
    <ul id='header_list'>
        <li>Trash²Trend</li>
        <li>Campagne</li>
        <li>Galerie</li>
        <li>Partenaires</li>
        <li>Contact</li>
    </ul>
</header>
<style>
    header{
        position:fixed;
        height:100%;
        width:100px;
        background:black;
        color:white;
        z-index:999;
    }
    
    #header_list{
        list-style-type:none;
        display:flex;
        transform:rotate(-90deg);
        margin-top:70vh;
    }
    
    #header_list li{
        margin:20px;
    }
</style>