Advertisement
P0L0

Untitled

Mar 4th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <title>Find the precious!</title>
  7.     <link rel="stylesheet" href="style.css">
  8. </head>
  9.  
  10. <body>
  11.     <nav>
  12.         <ul class="Menu">
  13.             <li class="Titre">FindThePrecious.com</li>
  14.             <li class="FellowsMenu fellowsContact">Fellows</li>
  15.             <li class="ContactMenu fellowsContact">Contact us</li>
  16.         </ul>
  17.     </nav>
  18.     <section>
  19.         <div class="carousel"></div>
  20.     </section>
  21.     <section class="titre2">
  22.         <h2>Fellows wanted dead <span>(or alive if you want to eat them later)</span></h2>
  23.     </section>
  24.     <section class="art">
  25.             <article></article>
  26.             <article class="centre"></article>
  27.             <article></article>
  28.     </section>
  29.     <hr />
  30.     <form>
  31.         <h2 id=contactus>Contact us</h2>
  32.             <div class="formulaire">
  33.                 <div class="center">
  34.                     <input class="champs" type="email" placeholder="@">
  35.                 </div>
  36.                 <div>
  37.                     <input class="champs mail" type="text" placeholder="&#8962;">
  38.                 </div>
  39.                 <div>
  40.                     <select class="deroulant">
  41.                         <option value="1">I have seen one of them</option>
  42.                         <option value="2">1</option>
  43.                         <option value="3">2</option>
  44.                     </select>
  45.                 </div>
  46.                 <div>
  47.                     <textarea class="textarea" placeholder="Your message"></textarea>
  48.                 </div>
  49.                 <div class="bouton">
  50.                     <input type="submit" value="Send">
  51.                 </div>
  52.             </div>
  53.     </form>
  54.     <footer>
  55.         <div class="footListe">
  56.             <div class="menuFoot">
  57.             <ul class="ulfooter">
  58.                 <li>About us</li>
  59.                 <li>Fellows</li>
  60.                 <li>Join our army</li>
  61.             </ul>
  62.             <ul class="ulfooter">
  63.                 <li>FAQ</li>
  64.                 <li>Reward conditions</li>
  65.                 <li>Legal mentions</li>
  66.             </ul>
  67.             </div>
  68.             <ul class="ulfooter sauron">
  69.                 <li>Sauron4Ever.com</li>
  70.                 <li>Follow him <span class="also">also on twitter</span></li>
  71.             </ul>
  72.         </div>
  73.     </footer>
  74. </body>
  75.  
  76. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement