This commit is contained in:
2023-01-20 11:10:20 +05:30
parent 313fae620d
commit dccebdf249
3 changed files with 29 additions and 15 deletions
+6
View File
@@ -53,6 +53,12 @@ body {
.padding_top_14 {
padding-top: 14rem; }
.vh_60 {
height: 60vh; }
.vh-77 {
height: 77vh; }
.vh-85 {
height: 85vh; }
+15 -15
View File
@@ -14,12 +14,12 @@
<body>
<header class=" bg-green">
<!-- navbar -->
<div id="navbar-head"></div>
<!-- end-navbar -->
<div class="container vh-85 text-white ">
<!-- navbar -->
<div id="navbar-head"></div>
<!-- end-navbar -->
<div class="container vh-77 text-white ">
<div class="row h-100">
<div class="col-sm-4 padding_top_14 ">
<h1 class="banner_heading_4">Anwi XCreate</h1>
@@ -66,19 +66,19 @@
</header>
<section class="productOverview container">
<div class=" d-flex align-items-center container justify-content-between">
<div>Overview</div>
<div>The Laptop of tomorrow with
4K OLED Dual Screen for Creative Multitasking</div>
<div class=" d-flex align-items-center container justify-content-between">
<div>Overview</div>
<div>The Laptop of tomorrow with
4K OLED Dual Screen for Creative Multitasking</div>
<div>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit
amet, consetetur sadipscing elitr, sed diam nonumy eirmod</div>
</div>
</div>
</section>
<!-- footer -->
<div id="footer-head"></div>
<!-- end-footer -->
<!-- footer -->
<div id="footer-head"></div>
<!-- end-footer -->
<script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="../../js/jquery.min.js"></script>
@@ -87,4 +87,4 @@
</body>
</html>
</html>