-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
165 lines (140 loc) · 6.24 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flower Website</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="header-container">
<div class="header-des">
<h1 class="heading">Let's make <br>
beautiful flowers a <br>
part of your life.</h1>
<br>
<p>It is a long established fact that a reader will be distracted by the readable <br>
content of a page when looking at its layout. The point of using Lorem Ipsum is <br>
that it has a more-or-less normal distribution of letters.</p>
<br>
<button class="btn-primary">Shop Now</button>
</div>
<div class="header-img">
<img class="h1-pic" src="Flower Asset/pngwing 10.png" alt="">
</div>
</div>
<div class="pink-flower">
<div class="flower">
<h2 class="heading">Our Featured Flowers</h2>
<br>
<p>It is a long established fact that a reader will be distracted by the readable <br> content of a page when looking at its layout.
<br>
<div class="pink-flower-img">
<div class="img-6">
<img src="Flower Asset/pngwing 6.png" alt="">
<br>
<p class="underline">pink flower tree</p>
</div>
<div class="img-5">
<img src="Flower Asset/pngwing 5.png" alt="">
<br>
<p class="underline">pink flower tree</p>
</div>
<div class="img-7">
<img src="Flower Asset/pngwing 7.png" alt="">
<br>
<p class="underline">pink flower tree</p>
</div>
</div>
</div>
</div>
<div class="header-3">
<div class="service-pic">
<img src="Flower Asset/Group 57.png" alt="">
<br>
<p>Same Day Delivery. <br> Click & Collect.</p>
</div>
<div class="flower-1-img">
<img src="Flower Asset/Group 58.png" alt="">
<br>
<p>Fresh Flowers. Local Growers.</p>
</div>
<div class="free-support-img">
<img src="Flower Asset/Group 59.png" alt="">
<br>
<p>24/7 Free Support.</p>
</div>
</div>
</header>
<main>
<div class="main">
<div class="main-container">
<div class="main-des">
<h4 class="heading">Hot Deal ! Sale Up To 25% <span style="color: red;">Off</span></h4> <br>
<p>It is a long established fact that a reader will be distracted by the readable <br> content of a page when looking at its layout.</p> <br>
<button class="btn-primary">Sign Up</button>
</div>
<div class="main-img">
<img src="Flower Asset/pngwing 8.png" alt="">
</div>
</div>
<div class="insta-conts">
<h3 class="heading">Instagram</h3> <br>
<p>It is a long established fact that a reader will be distracted by the readable <br> content of a page when looking at its layout.</p>
<div class="insta-pics">
<div class="insta-1">
<img class="insta-pic-class" src="Flower Asset/Flower 01.png" alt="">
</div>
<div class="insta-2">
<img class="insta-pic-class" src="Flower Asset/Rectangle 4.png" alt="">
</div>
<div class="insta-3">
<img class="insta-pic-class" src="Flower Asset/Rectangle 5.png" alt="">
</div>
<div class="insta-4">
<img class="insta-pic-class" src="Flower Asset/Rectangle 6.png" alt="">
</div>
</div>
</div>
<div class="latest-deals">
<div class="section">
<h4 class="heading">Get The Latest Deals</h4> <br>
<p>$30 coupon for first shopping</p>
<br>
<input class="input" type="text" placeholder="Enter your email here....">
<button class="Subscribe-btn">Subscribe</button>
</div>
</div>
<section class="last-main">
<div class="feedback">
<h3 class="heading">It's A Feedback Time!</h3> <br>
<p>Your feedback means a lot to us.We will be glad if you share your experience with us</p>
<form action="
">
<label for="feedback">How was your experience with us ?</label>
<select name="opinion" id="opinion">
<option value="Excellent">Excellent</option>
<option value="Average">Average</option>
<option value="Worst">Worst</option>
</select>
<br> <br>
<input type="text" placeholder="Write Your Feedback here"> <br> <br>
<input type="submit" value="Submit" class="Subscribe-btn">
</form>
</div>
</section>
</main>
<footer>
<div class="footer">
<h3 class="heading"> <span style="color: #E55473;">Flower</span>Shop</h3> <br>
<p>It is a long established fact that a reader will be distracted by the readable <br> content of a page when looking at its layout.</p>
<br>
<small><span>@</span>2020-2023, FlowerShop.com. All rights reserved. </small>
</div>
</footer>
</body>
</html>