Skip to content

Commit

Permalink
content and img changed
Browse files Browse the repository at this point in the history
  • Loading branch information
arparvezz committed Sep 11, 2024
1 parent e22b13d commit 1109fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ a.cta-link:hover {
display: flex;
justify-content: space-between;
align-items: center;
margin: 50px 0;
margin: 100px 0;
gap: 50px;
}

Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ <h3 class="cta-title">Up to <span class="cta-title-red">70% off</span> all T-sha
<img class="img-text-box-img" src="./img/featured-img (3)-min.jpg" alt="">
</div>
<div class="img-text-box-content-part">
<h2 class="img-text-box-heading">Lorem ipsum dolor sit amet consectetur adipisicing elit.</h2>
<p class="img-text-box-subheading">Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquam molestiae asperiores, dolores odio velit dolorem nisi corporis, facere tempore quae et itaque repudiandae sequi officiis dicta, amet consequatur nostrum distinctio? Itaque facilis ratione quas temporibus minima perspiciatis nisi modi velit nostrum deserunt. Laudantium fuga consectetur in libero facilis quia fugiat!</p>
<h2 class="img-text-box-heading">Enhance Your Glow: Premium beauty products for a radiant look. </h2>
<p class="img-text-box-subheading">Experience the ultimate in beauty with our curated selection of luxurious skincare and makeup products. Each item is carefully formulated to nourish, enhance, and rejuvenate, ensuring you look and feel your best every day. Explore our collection now and transform your beauty routine into a self-care ritual.</p>
<a href="#" class="img-text-box-cta">Grub the deal!</a>
</div>
</div>
Expand All @@ -413,13 +413,13 @@ <h2 class="photo-gallary-section-title">See our latest photos <a href="#" class=
<img src="./img/img-box (3).jpg" alt="" class="gallary-single-photo">
</div>
<div class="swiper-slide">
<img src="./img/img-box (1).jpg" alt="" class="gallary-single-photo">
<img src="./img/featured-img (1)-min.jpg" alt="" class="gallary-single-photo">
</div>
<div class="swiper-slide">
<img src="./img/img-box (1).jpg" alt="" class="gallary-single-photo">
<img src="./img/featured-img (2)-min.jpg" alt="" class="gallary-single-photo">
</div>
<div class="swiper-slide">
<img src="./img/img-box (1).jpg" alt="" class="gallary-single-photo">
<img src="./img/featured-img (3)-min.jpg" alt="" class="gallary-single-photo">
</div>
</div>
<!-- If we need pagination -->
Expand Down

0 comments on commit 1109fc8

Please sign in to comment.