No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

laptopmulti.html 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  7. <link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css" />
  8. <link rel="stylesheet" href="./../../css/main.css" />
  9. <title>project</title>
  10. </head>
  11. <body>
  12. <header class=" bg-green">
  13. <div class="container vh-85 text-white ">
  14. <div class="row h-100">
  15. <div class="col-sm-4 padding_top_14 ">
  16. <h1 class="banner_heading_4">Anwi XCreate</h1>
  17. <div class="subtitle_1">2.5K Resolution | 120 Hz Refresh Rate</div>
  18. </div>
  19. <div class="col-sm-7 h-100">
  20. <div class="d-flex align-items-end justify-content-end h-100">
  21. <div class="photo_dual">
  22. <img class="w-100 h-100" src="./../../assets/laptop.png" alt="laptop">
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. <div class="price_footer vh-15 py-4 ">
  29. <div class="d-flex align-items-center container justify-content-between">
  30. <div class="d-flex">
  31. <div class="boxImgContainer">
  32. <img class="w-100 h-100" src="./../../assets/box.png" alt="box" />
  33. </div>
  34. <div class="ps-3">
  35. <div class="fw-bold">Delivery</div>
  36. <div>See estimated delivery times by</div>
  37. <div>entering your PIN code</div>
  38. </div>
  39. </div>
  40. <div class="d-flex align-items-center">
  41. <div class="pe-5">
  42. <div class="font-1_5 fw-bold">$69,999.00</div>
  43. <div class="d-flex align-items-center justify-content-end gap-1 priceCut_multi">
  44. <span class="text-decoration-line-through pe-3">$ 89,999</span><span> Save $ 19,999</span>
  45. </div>
  46. </div>
  47. <div>
  48. <div>
  49. <button>Add to Cart</button>
  50. </div>
  51. <div>No Cost EMI Available <span>Learn more</span></div>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. </header>
  57. <script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
  58. </body>
  59. </html>