-
-
Save Zaturrby/5bcd2df5e647c8ff25a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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