You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
982 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Document</title>
</head>
<body>
<div class="container">
<header>
<nav>
<h1>Portfolio</h1>
<h1>Bio</h1>
<h1>Contact</h1>
</nav>
</header>
<aside>
<h1>Sidebar</h1>
</aside>
<section>
<h1>content</h1>
<div class="small-boxes">
<div class="box">
<p></p>
</div>
<div class="box">
<p></p>
</div>
<div class="box">
<p></p>
</div>
<div class="box">
<p></p>
</div>
<div class="box">
<p></p>
</div>
</div>
<div class="big-boxes">
<div class="big-box">
</div>
<div class="big-box">
</div>
</div>
</section>
<footer>
<h1>footer</h1>
</footer>
</div>
</body>
</html>