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 37
| <!DOCTYPE HTML>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>[...]</title>
<style type="text/css">
html, body{
font-family : Verdana, sans-serif;
margin : 0;
padding : 0;
width : 100%;
height : 100%;
}
div#contenu {
width:100%;
height : 100%;
background-color:#e0e0e0;
}
div#menu {
float:left;
width:200px;
height:100%;
margin-right : 10px;
background-color:#6699ff;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<body>
<div id="contenu">
<div id="menu">DROITE</div>
<p>Antequam in provincia toto fuerit pervenire denique provincia nascetur antequam.</p>
</div>
</body>
</html> |
Partager