HTML and CSS Reference
In-Depth Information
}
.menu {
float:left;
width:20%;
height:400px;
background: red;
}
.content {
float:right;
height:400px;
width:80%;
background: green;
}
footer {
clear:both;
height: 100px;
background: orange;
}
</style>
</head>
<body>
<header>
Header
</header>
<div class="menu">
This is the menu
</div>
<div class="content">
This is the content
</div>
<footer>
Footer
</footer>
Search WWH ::




Custom Search