1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
| <style>
html, body {
margin:0%;
padding:0%;
height:100%;
width:100%;
background-color:#ece9dc;
}
.bandeaulogo {
background-color:#060606;
height:70px;
width:100%
}
.footer { height:41px;}
.txt {
margin:0 auto;
width:840px;
height:41px;
font-size:12px;
color:#ffffff;
font-family:"Univers";
font-style:"regular";
text-align:left;
padding-top:10px;
}
</style>
<div class="bandeaulogo header"><div class="txt">image du logo</div></div>
<br />
<div class="bandeaulogo footer"><div class="txt">texte footer</div></div> |
Partager