Skip to content

Instantly share code, notes, and snippets.

@donnywals
Created April 2, 2012 09:43
Show Gist options
  • Save donnywals/2282186 to your computer and use it in GitHub Desktop.
Save donnywals/2282186 to your computer and use it in GitHub Desktop.
Opdracht 1 van front end (donny wals)
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
<title>Front end les 1</title>
</head>
<body>
<header>
<img class="logo" src="http://placekitten.com/190/70" />
<nav class="head-nav">
Nav
</nav>
<div class="clear"></div>
</header>
<section class="main">
<section class="main-left">
Section
<article class="post">
Article
</article>
<article class="post">
Article
</article>
</section>
<aside class="main-right">
Aside
</aside>
<div class="clear"></div>
</section>
<footer class="main-footer">
Footer
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment