Skip to content

Commit

Permalink
Fix Images
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Nov 5, 2024
1 parent e645f1a commit c3c9147
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5144,8 +5144,8 @@ footer .copyrigths .payment {
margin-top: 26px;
}

.headerImg img {
width: 50% !important;
.headerImg a img {
width: 550px !important;
}

.lastImg {
Expand Down Expand Up @@ -5180,7 +5180,7 @@ footer .copyrigths .payment {
column-gap: 20px;
}

.headerImg img {
.headerImg a img {
width: 100% !important;
}

Expand Down
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,12 @@
<section>
<div class="container">
<div class="headerImg">
<img src="./assets/images/headerImg.webp" alt="Image">
<img src="./assets/images/headerImg.webp" class="sec_Img" alt="Image">
<a href="#">
<img src="./assets/images/headerImg.webp" alt="Image">
</a>
<a href="#">
<img src="./assets/images/headerImg.webp" class="sec_Img" alt="Image">
</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -726,8 +730,12 @@ <h2>
<section class="next-headerImg" style="margin-bottom: 50px;">
<div class="container">
<div class="headerImg">
<img src="./assets/images/headerImg.webp" alt="Image">
<img src="./assets/images/headerImg.webp" alt="Image">
<a href="#">
<img src="./assets/images/headerImg.webp" alt="Image">
</a>
<a href="#">
<img src="./assets/images/headerImg.webp" alt="Image">
</a>
</div>
</div>
</section>
Expand Down

0 comments on commit c3c9147

Please sign in to comment.