Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<link rel="stylesheet" href="./src/css/swiper.css">
<link rel="stylesheet" href="./src/css/wstyle.css">
<link rel="stylesheet" href="./src/css/style.css">
<link rel="stylesheet" href="./src/css/banner.css">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="./favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicons/favicon-32x32.png">
Expand Down Expand Up @@ -163,6 +164,12 @@ <h1>Explore popular digital products</h1>

<hr>

<section id="banner" class="section-m1">
<h4>Dimencart Sale</h4>
<h2>Huge Discounts | <span>Upto 90% Off</span> | Free Shipping</h2>
<h4>*Free shipping only available on orders with cart value over $100</h4>
</section>

<div class="animate__animated animate__bounceInLeft ms-3 ms-lg-5 mb-sm-5 ">
<h1 class="t-prods__explore pt-5 pb-1">Let your footwears say</h1>
</div>
Expand Down
Binary file added res/banner/jewel.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions src/css/banner.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#banner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background-image: url('../../res/banner/jewel.webp');
width: 100%;
height: 50vh;
background-size: cover;
background-position: center;
}

#banner h4 {
color: #dff1ff;
font-size: 21px;
padding: 20px 0;
}

#banner h2 {
color: #dff1ff;
font-size: 42px;
font-weight: 700;
padding: 10px 0;
}

#banner h2 span {
color: #dba21c;
}