Skip to content

Commit f6f08d0

Browse files
feat: update images
1 parent 5425ac6 commit f6f08d0

File tree

6 files changed

+8
-39
lines changed

6 files changed

+8
-39
lines changed

css/style.css

+3
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ body {
490490
}
491491

492492
footer {
493+
background: #000;
494+
color: #fff2e5;
493495
display: flex;
494496
flex-wrap: wrap;
495497
justify-content: space-between;
@@ -547,6 +549,7 @@ footer a:hover{
547549
}
548550

549551
footer .copyright {
552+
color: #fff2e5;
550553
width: 100%;
551554
text-align: center;
552555
}

img/others/books.jpg

1.63 MB
Loading
File renamed without changes.

img/others/kitchen.jpg

739 KB
Loading

img/others/pets.jpg

977 KB
Loading

index.html

+5-39
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@
3232
<section id="product1" class="section-p1">
3333
<div class="pro-container">
3434
<div class="pro">
35-
<img src="img/others/home.jpg" alt="">
35+
<img src="img/others/house.jpg" alt="">
3636
<div class="des">
3737
<h5>Produtos para Casa</h5>
3838
</div>
3939
</div>
4040
<div class="pro">
41-
<img src="img/products/f2.jpg" alt="">
41+
<img src="img/others/kitchen.jpg" alt="">
4242
<div class="des">
4343
<h5>Produtos para Cozinha</h5>
4444
</div>
4545
</div>
4646
<div class="pro">
47-
<img src="img/products/f3.jpg" alt="">
47+
<img src="img/others/books.jpg" alt="">
4848
<div class="des">
4949
<h5>Livros</h5>
5050
</div>
5151
</div>
5252
<div class="pro">
53-
<img src="img/products/f4.jpg" alt="">
53+
<img src="img/others/pets.jpg" alt="">
5454
<div class="des">
5555
<h5>Produtos para Pets</h5>
5656
</div>
@@ -85,13 +85,8 @@ <h4>Sign Up For Newsletters</h4>
8585

8686
<footer class="section-p1">
8787
<div class="col">
88-
<img class="logo" src="img/logo.png" alt="">
89-
<h4>Contact</h4>
90-
<p><strong>Address:</strong> 562 Wellington Road, Street 32, San Francisco</p>
91-
<p><strong>Phone:</strong> +01 2222 365 / (+91) 01 2345 6789</p>
92-
<p><strong>Hours:</strong> 10:00 - 18:00, Mon - Sat</p>
88+
<a href="#" id="logo" alt="logo">Thonstore<span>.</span></a>
9389
<div class="follow">
94-
<h4>Follow us</h4>
9590
<div class="icon">
9691
<i class='bx bxl-facebook'></i>
9792
<i class='bx bxl-instagram'></i>
@@ -101,35 +96,6 @@ <h4>Follow us</h4>
10196
</div>
10297
</div>
10398

104-
<div class="col">
105-
<h4>About</h4>
106-
<a href="#">About us</a>
107-
<a href="#">Delivery Information</a>
108-
<a href="#">Privacy Policy</a>
109-
<a href="#">Terms & Conditions</a>
110-
<a href="#">Contact us</a>
111-
</div>
112-
113-
<div class="col">
114-
<h4>My Account</h4>
115-
<a href="#">Sign In</a>
116-
<a href="#">View Cart</a>
117-
<a href="#">My Wishlist</a>
118-
<a href="#">Track My Order</a>
119-
<a href="#">Help</a>
120-
</div>
121-
122-
<div class="col install">
123-
<h4>Install App</h4>
124-
<p>From App Store or Google PLay</p>
125-
<div class="row">
126-
<img src="img/pay/app.jpg" alt="">
127-
<img src="img/pay/play.jpg" alt="">
128-
</div>
129-
<p>Secured Payment Gateways</p>
130-
<img src="img/pay/pay.png" alt="">
131-
</div>
132-
13399
<div class="copyright">
134100
<p>&copy; 2024 Thonstore</p>
135101
</div>

0 commit comments

Comments
 (0)