暫無描述
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 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. <!-- navbar -->
  14. <div id="navbar-head"></div>
  15. <!-- end-navbar -->
  16. <div class="container vh-77 text-white ">
  17. <div class="row h-100">
  18. <div class="col-sm-4 padding_top_14 ">
  19. <h1 class="banner_heading_4">Anwi XCreate</h1>
  20. <div class="subtitle_1">2.5K Resolution | 120 Hz Refresh Rate</div>
  21. </div>
  22. <div class="col-sm-7 h-100">
  23. <div class="d-flex align-items-end justify-content-end h-100">
  24. <div class="photo_dual">
  25. <img class="w-100 h-100" src="./../../assets/laptop.png" alt="laptop">
  26. </div>
  27. </div>
  28. </div>
  29. </div>
  30. </div>
  31. <div class="price_footer vh-15 py-4 ">
  32. <div class="d-flex align-items-center container justify-content-between">
  33. <div class="d-flex">
  34. <div class="boxImgContainer">
  35. <img class="w-100 h-100" src="./../../assets/box.png" alt="box" />
  36. </div>
  37. <div class="ps-3">
  38. <div class="fw-bold">Delivery</div>
  39. <div>See estimated delivery times by</div>
  40. <div>entering your PIN code</div>
  41. </div>
  42. </div>
  43. <div class="d-flex align-items-center">
  44. <div class="pe-5">
  45. <div class="font-1_5 fw-bold">$69,999.00</div>
  46. <div class="d-flex align-items-center justify-content-end gap-1 priceCut_multi">
  47. <span class="text-decoration-line-through pe-3">$ 89,999</span><span> Save $ 19,999</span>
  48. </div>
  49. </div>
  50. <div>
  51. <div>
  52. <button>Add to Cart</button>
  53. </div>
  54. <div>No Cost EMI Available <span>Learn more</span></div>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. </header>
  60. <section class="productOverview container">
  61. <div class=" d-flex align-items-center container justify-content-between">
  62. <div>Overview</div>
  63. <div>The Laptop of tomorrow with
  64. 4K OLED Dual Screen for Creative Multitasking</div>
  65. <div>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
  66. invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit
  67. amet, consetetur sadipscing elitr, sed diam nonumy eirmod</div>
  68. </div>
  69. </section>
  70. <!-- footer -->
  71. <div id="footer-head"></div>
  72. <!-- end-footer -->
  73. <script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
  74. <script src="../../js/jquery.min.js"></script>
  75. <script src="../../js/navbar.js"></script>
  76. <script src="../../js/footer.js"></script>
  77. </body>
  78. </html>