<!DOCTYPE html>
<html>
<head>
<style>
#header {
background-color:#eeeeee;
color:Black;
text-align:center;
padding:5px;
}
#nav {
line-height:30px;
background-color:#eeeeee;
height:300px;
width:100px;
float:left;
padding:5px;
}
#section {
width:350px;
float:left;
padding:10px;
}
#footer {
background-color:#eeeeee;
color:black;
clear:both;
text-align:center;
padding:5px;
}
</style>
</head>
<body>
<div id="header">
<h1>Title</h1>
</div>
<div id="nav">
<a href="file:///C:/Users/Europaskolan/Desktop/William%20Test/testnav1.htm">Test Nav 1</a><br>
Nav 2<br>
Nav 3<br>
</div>
<div id="section">
<h2>Under rubik</h2>
<p>
Text 1
</p>
<p>
Text 2
</p>
</div>
<div id="footer">
Copyright ©
</div>
</body>
</html>