Advertisement
P0L0

index.html

Feb 28th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.71 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="ElementsListe Titre">FindThePrecious.com</li>
  14.             <li class="ElementsListe FellowsMenu">Fellows</li>
  15.             <li class="ElementsListe">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 (or alive if you want to eat them later)</h2>
  23.     </section>
  24.     <section class="art">
  25.         <center>
  26.             <article></article>
  27.             <article class="centre"></article>
  28.             <article></article>
  29.         </center>
  30.     </section>
  31.     <hr />
  32.     <form>
  33.         <h2 id=contactus>Contact us</h2>
  34.         <center>
  35.             <div class="formulaire">
  36.                 <div>
  37.                     <input class="champs" type="email" placeholder="@">
  38.                 </div>
  39.                 <div>
  40.  
  41.                     <input class="champs" type="text" placeholder="&#8962;">
  42.                 </div>
  43.                 <div>
  44.                     <select class="deroulant" type="text" placeholder="I have seen one of them">
  45.                         <option value="1">I have seen one of them</option>
  46.                         <option value="2">1</option>
  47.                         <option value="3">2</option>
  48.                     </select>
  49.                 </div>
  50.                 <div>
  51.                     <textarea class="textarea" placeholder="Your message"></textarea>
  52.                 </div>
  53.             </div>
  54.         </center>
  55.     </form>
  56. </body>
  57.  
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement