Advertisement
Guest User

Untitled

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