-
Notifications
You must be signed in to change notification settings - Fork 0
/
MEESHO.html
125 lines (112 loc) · 5.18 KB
/
MEESHO.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Online Shopping Site for Fashion, Electronics, Home & More | Meesho</title>
<link rel="icon" href="https://images.deccanherald.com/deccanherald/2023-08/2510d0c7-04f3-4268-9264-29f3e45e7e15/WhatsApp_Image_2023_08_07_at_2_09_27_PM.jpeg?w=1200&h=675&auto=format%2Ccompress&fit=max&enlarge=true"/>
<link rel="stylesheet" href="STYLE.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="parent">
<div class="header">
<div class="logocontainer">
<img src="logo.png"/>
</div>
<div class="searchcontainer">
<div class="searchIcon">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
<input type="text" placeholder="Try Sree,kurti or Search by Product code" class="inputSearch"/>
<div class="inputCloseSearch">
<i class="fa-solid fa-xmark"></i>
</div>
</div>
<div class="headerright">
<div class="downloadapp">
<div class="mobilecon">
<i class="fa-solid fa-mobile-screen"></i>
</div>
<p>Download App</p>
</div>
<div class="supplier">
<p>Become a Supplier</p>
</div>
<div class="newsroom">
<p>Newsroom</p>
</div>
<div class="profileandcart">
<div class="profile">
<div class="profileIcon">
<i class="fa-regular fa-user"></i>
</div>
<p>Profile</p>
</div>
<div class="cart">
<div class="cartIcon">
<i class="fa-solid fa-cart-shopping"></i>
</div>
<p>Cart</p>
</div>
</div>
</div>
</div>
<div class="menu">
<div class="item1">Women ethnic</div>
<div class="item2">Women western</div>
<div class="item3">Men</div>
<div class="item4">Kids</div>
<div class="item5">Home & Kitchen</div>
<div class="item6">Beauty & Health</div>
<div class="item7">Jewellery & accessories</div>
<div class="item8">Bags & Footwear</div>
<div class="item9">Electronics</div>
</div>
<div class="body1">
<div class="container">
<div class="heading">
<div class="text">
<h1>Lowest Price</h1>
<h1>Best Quality Shopping</h1>
</div>
</div>
<div class="lowestitem">
<div class="image">
<div class="imageicon">
<img src="freeDelivery.svg">
</div>
<p>Free Delivery</p>
</div>
<div class="image">
<div class="imageicon">
<img src="cashdelivery.svg">
</div>
<p>Cash On Delivery</p>
</div>
<div class="image">
<div class="imageicon">
<img src="easyreturn.svg">
</div>
<p>Easy Returns</p>
</div>
</div>
<button class="downloadcontainer">
<div class="download">
<img src="playstoreSmallIcon.png">
</div>
<p>Download the Meesho App</p>
</button>
</div>
<div class="container2">
<div class="Adimage">
<img src="advertisement.png">
</div>
</div>
</div>
</div>
</body>
</html>