Advertisement
mangojuice33

Findtheprecious_chloe_trottin_2

Feb 19th, 2020
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 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> <div id="menu">
  9. <nav>
  10. <ul>
  11. <li class="find">FindThePrecious.com</li>
  12. <li class="fellow">Fellows</li>
  13. <li class="contact">Contact us</li>
  14. </ul>
  15. </nav> </div>
  16. <a class="back1" href="https://placeholder.com"><img src="https://via.placeholder.com/4000x200" alt="FellowA"></a>
  17. <section> <h2>Fellows wanted dead (or alive if you want to eat them later)</h2>
  18. <div id="pictures">
  19. <article><h3>test</h3> <a href="https://placeholder.com"><img src="https://via.placeholder.com/300" alt="FellowA"></a>
  20. </article>
  21. <article> <h3>test</h3><a href="https://placeholder.com"><img src="https://via.placeholder.com/300" alt="FellowA"></a></article>
  22. <article><h3>test</h3><a href="https://placeholder.com"><img src="https://via.placeholder.com/300" alt="FellowA"></a></article> </div>
  23. </section>
  24. <hr>
  25. <form>
  26. <h2 class="contact_title">Contact us</h2>
  27. <input class="form" type="email" placeholder="@"> <br/>
  28. <input class="form" type="text" placeholder="&#8962;"> <br/>
  29. <input class="form" type="text" placeholder="I have seen one of them"> <br/>
  30. <textarea class="form" placeholder="Your message"></textarea>
  31. </form>
  32. </body>
  33. </html>
  34.  
  35. <!-- CSS -->
  36. ul {
  37. background-color: black;
  38. color: white;
  39. height: 30px;
  40. text-aling: left;
  41. list-style-type: none;
  42. margin-bottom: -5px;
  43.  
  44. }
  45.  
  46. li {
  47. float: left;
  48. }
  49.  
  50. .find {
  51. padding: 2px;
  52. font-size: 20px;
  53. }
  54.  
  55. .fellow {
  56. padding: 5px;
  57. margin-left: 60px;
  58. }
  59.  
  60. .contact {
  61. padding: 5px;
  62. margin-left: 60px;
  63. }
  64.  
  65. h2 {
  66. text-align: center;
  67. margin: 40px;
  68. }
  69.  
  70. h3 {
  71. visibility: hidden;
  72. }
  73.  
  74. article {
  75. display: inline-block;
  76. margin: 10px;
  77. }
  78.  
  79. #pictures{
  80. text-align: center;
  81. margin-bottom: 80px;
  82. }
  83.  
  84. form {
  85. text-align: center;
  86. }
  87.  
  88. .form
  89. {
  90. text-align: left;
  91. width: 500px;
  92. height: 30px;
  93. margin: 10px;
  94. }
  95.  
  96. .contact_title {
  97. text-align: left;
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement