Skip to content

Instantly share code, notes, and snippets.

@Zaturrby
Forked from Lauxtermann/index.html
Created June 4, 2014 12:44
Show Gist options
  • Select an option

  • Save Zaturrby/5bcd2df5e647c8ff25a3 to your computer and use it in GitHub Desktop.

Select an option

Save Zaturrby/5bcd2df5e647c8ff25a3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hammer_Time</title>
</head>
<style>
body {
}
.bigbox {
position:;
}
header {
}
.middle {
}
.left {
}
article {
}
.right {
}
.bottom {
}
.footer {
}
</style>
<body>
<section class="bigbox">
<header>
<h1> Acceleration of Time </h1>
</header>
<section class="middle">
<div class="left">
<!-- Lijst met namen -->
</div>
<article>
<!-- plaatje van de klok -->
</article>
<div class="right">
<!-- Lijst met namen -->
</div>
</section>
<section class="bottom">
<h1> Trough Technology</h1>
</section>
<footer>
<p>made by ...</p>
</footer>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment