libdo

Untitled

Sep 20th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Megafunpark</title>
  6. <link rel="stylesheet" href="stylesheet.css" type="text/css">
  7. <link href="https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer" rel="stylesheet">
  8. </head>
  9. <body>
  10. <h1>Megafunpark</h1>
  11. <p>Megafunpark har de størte og beste attaksjonene</p>
  12. <nav>
  13. <a href="#theraptor" class="knapp">The Raptor</a>
  14. <a href="#dissyrun" class="knapp">Dissyrun</a>
  15. </nav>
  16. <article id="theraptor">
  17. <h2>the raptor</h2>
  18. <p>masse tekst her</p>
  19. <h1>masse masse tekst!!!</h1>
  20. <img src="karusell.jpg" alt="karusell">
  21. </article>
  22. <article id="dissyrun">
  23. <h2>Dissyrun</h2>
  24. <p>masse tekst her</p>
  25. <h1>masse masse tekst!!!</h1>
  26. <img src="karusell2.jpeg" alt="karusell">
  27. </article>
  28. <footer>
  29. &copy; Megafunpark
  30. </footer>
  31. </body>
  32. </html>
Add Comment
Please, Sign In to add comment