[text] L

Viewer

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>Aurum Beauty - Luxurious Skin Care</title>
  7.     <link rel="stylesheet" href="style.css">
  8.   </head>
  9.   <body>
  10.     <header>
  11.       <nav>
  12.         <ul>
  13.           <li><a href="#">Home</a></li>
  14.           <li><a href="#">About Us</a></li>
  15.           <li><a href="#">Shop</a></li>
  16.           <li><a href="#">Contact</a></li>
  17.         </ul>
  18.       </nav>
  19.       <h1>Aurum Beauty</h1>
  20.       <p>Luxurious Skin Care</p>
  21.     </header>
  22.     
  23.     <section class="featured-products">
  24.       <h2>Featured Products</h2>
  25.       <div class="product">
  26.         <img src="product-1.jpg" alt="Product 1">
  27.         <h3>Gold Infused Facial Oil</h3>
  28.         <p class="price">$199</p>
  29.         <button>Add to Cart</button>
  30.       </div>
  31.       <div class="product">
  32.         <img src="product-2.jpg" alt="Product 2">
  33.         <h3>Arabian Rose Face Mist</h3>
  34.         <p class="price">$99</p>
  35.         <button>Add to Cart</button>
  36.       </div>
  37.       <div class="product">
  38.         <img src="product-3.jpg" alt="Product 3">
  39.         <h3>24K Gold Eye Masks</h3>
  40.         <p class="price">$149</p>
  41.         <button>Add to Cart</button>
  42.       </div>
  43.     </section>
  44.     
  45.     <section class="about-us">
  46.       <h2>About Us</h2>
  47.       <p>Aurum Beauty is a luxurious skin care brand inspired by the rich and exotic beauty of the Arabian world. Our products are infused with precious ingredients like gold, rose, and frankincense to give your skin the ultimate pampering experience. We believe that beauty is a form of art, and our products are designed to make you feel like royalty.</p>
  48.     </section>
  49.     
  50.     <section class="contact-us">
  51.       <h2>Contact Us</h2>
  52.       <form action="submit-form.php" method="post">
  53.         <input type="text" name="name" placeholder="Name" required>
  54.         <input type="email" name="email" placeholder="Email" required>
  55.         <textarea name="message" placeholder="Message" required></textarea>
  56.         <button type="submit">Send Message</button>
  57.       </form>
  58.     </section>
  59.     
  60.     <footer>
  61.       <p>© 2023 Aurum Beauty. All rights reserved.</p>
  62.     </footer>
  63.   </body>
  64. </html>
  65.  

Editor

You can edit this paste and save as new:


File Description
  • L
  • Paste Code
  • 24 Mar-2023
  • 2.23 Kb
You can Share it: