Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Find the precious!</title>
  7. <link rel="stylesheet" href="style.css">
  8. </head>
  9. <body>
  10. <div class="nav">
  11. <ul>
  12. <li class="find">FindThePrecious.com</li>
  13. <li class="fellows">Fellows</li>
  14. <li class="contact">Contact us</li>
  15. </ul>
  16. </div>
  17. <section class="carousel">
  18. </section>
  19. <section class="alive">
  20. <h2>Fellows wanted dead</h2><p> (or alive if you want to eat them later)</p>
  21. </section>
  22. <section class="article">
  23. <article></article>
  24. <article></article>
  25. <article></article>
  26. </section>
  27. <hr>
  28. <form>
  29. <h2 class="us">Contact us</h2>
  30. <input type="email" placeholder="@">
  31. <input type="text" placeholder="&#8962;">
  32. <input type="text" placeholder="I have seen one of them">
  33. <textarea placeholder="Your message"></textarea>
  34. </form>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement