Advertisement
galgros

index

Feb 26th, 2020
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.39 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.         <nav>
  10.             <ul>
  11.                 <li>FindThePrecious.com</li>
  12.                 <li class="menu-lighted">Fellows</li>
  13.                 <li class="menu">Contact us</li>
  14.             </ul>
  15.         </nav>
  16.         <section>
  17.             <div class="carousel"></div>
  18.         </section>
  19.         <section>
  20.             <h2 class="highlight-text">Fellows wanted dead <em>(or alive if you want to eat them later)</em></h2>
  21.         </section>
  22.         <section class="fellows-wanted">
  23.             <article class="fellows-article"></article>
  24.             <article class="fellows-article"></article>
  25.             <article class="fellows-article"></article>        
  26.         </section>
  27.         <hr>
  28.         <form class="form-menu">
  29.             <h2 class="section-title">Contact us</h2>
  30.             <input type="email" class="form-input" placeholder="@">
  31.             <input type="text" class="form-input" placeholder="&#8962;">
  32.             <select class="form-select">
  33.                 <option>I have seen one of them</option>
  34.                 <option>Lorem ipsum dolor sit amet</option>
  35.             </select>
  36.             <textarea class="form-input" placeholder="Your message"></textarea>
  37.         </form>
  38.     </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement