このコミットが含まれているのは:
2023-01-20 11:10:20 +05:30
コミット dccebdf249
3個のファイルの変更29行の追加15行の削除
ベンダーファイル
+6
ファイルの表示
@@ -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
ファイルの表示
@@ -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>
+8
ファイルの表示
@@ -33,6 +33,14 @@
// heights
.vh_60{
height: 60vh;
}
.vh-77{
height: 77vh;
}
.vh-85 {
height: 85vh;
}