mangojuice33

challenge6

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