-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (64 loc) · 2.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visha</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="utility.css">
<style>
/* .justifycenter
{
justify-content: center;
}
.spacebw
{
justify-content: space-between;
}
.bold{
font-weight:bolder ;
}
.uppercase
{
text-transform: uppercase;
}
.mx2
{
margin-left: 12px;
margin-right: 12px;
} */
</style>
</head>
<body>
<!-- <a href="https://vishahandicrafts.com/"></a> -->
<header class="container">
<nav class="flex spacebw ">
<div class="left flex itemcenter ">
<img src="WhatsApp Image 2023-11-01 at 16.22.38_1578b233.jpg" alt="error">
<ul class="flex itemcenter justifycenter uppercase bold">
<li>Men</li>
<li>Women</li>
<li>Kids</li>
<li>Home</li>
</ul>
</div>
<div class="right flex itemcenter">
<input placeholder="Search for products" class="search">
<div class="profile mx2">Profile</div>
<div class="wishlist mx2">Wishlist</div>
<div class="cart mx2">Cart</div>
</div>
</nav>
</header>
<section class="container section1">
<img class="homeimg" src="home.png" alt="">
<img class="homeimg" src="next.png" alt="">
</section class="container section1 flex">
<img class="itemimg1" src="https://static.wixstatic.com/media/cda177_f95b14c95d6446de847782f0b6fd0027.png/v1/fill/w_374,h_441,al_c,q_90,usm_0.66_1.00_0.01/cda177_f95b14c95d6446de847782f0b6fd0027.webp" alt="">
<img class="itemimg2" src="https://static.wixstatic.com/media/cda177_b5a795ade21b41d38cadd836824e6768.jpg/v1/fill/w_374,h_511,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/cda177_b5a795ade21b41d38cadd836824e6768.jpg" alt="">
<img class="itemimg3" src="https://static.wixstatic.com/media/84770f_9a81715dcb4b43fa936d243fcd90e2a9.png/v1/fill/w_374,h_441,al_c,q_90,usm_0.66_1.00_0.01/84770f_9a81715dcb4b43fa936d243fcd90e2a9.webp" alt="">
<footer class="footer">
Copyright © Visha.com | All rights reserved
</footer>
</body>
</html>