-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (131 loc) · 6.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flower Shop</title>
<link rel="shortcut icon" href="Flower Asset/Northern-Landscapes-flower-favicon.jpg" type="image/x-icon">
<link rel="stylesheet" href="Styles/style.css">
</head>
<body>
<header>
<div class="header-conteiner">
<div class="header-text-conteiner">
<h3 class="header-title">Let's make
<br>
beautiful flowers a
<br>
part of your life.</h3>
<p class="header-description">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>
<button class="btn-primary">Shop Now</button>
</div>
<img class="header-img" src="Flower Asset/pngwing 10.png" alt="">
</div>
</header>
<main>
<section>
<div class="section-feature">
<h3 class="feature-title">Our Featured Flowers</h3>
<p class="feature-description">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="feature-flower-conteiner">
<div class="flower-div">
<img class="section-img " src="Flower Asset/pngwing 6.png" alt="">
<p class="flower-div-caption">Pink Flower Tree</p>
</div>
<div class="flower-div flower-div2">
<img class="section-img" src="Flower Asset/pngwing 5.png" alt="">
<p class="flower-div-caption">Pink Flower Tree</p>
</div>
<div class="flower-div flower-div3 ">
<img class="section-img" src="Flower Asset/pngwing 7.png" alt="">
<p class="flower-div-caption">Pink Flower Tree</p>
</div>
</div>
<div class="feature-info-conteiner">
<div class="feature-info-content">
<img class="info-img" src="Flower Asset/Group 57.png" alt="">
<p class="info-description">Same Day Delivery. Click & Collect.</p>
</div>
<div class="feature-info-content">
<img class="info-img" src="Flower Asset/Group 58.png" alt="">
<p class="info-description">Fresh Flowers. Local Growers.</p>
</div>
<div class="feature-info-content">
<img class="info-img" src="Flower Asset/Group 59.png" alt="">
<p class="info-description">24/7 Free Support.</p>
</div>
</div>
</div>
</section>
<section>
<div class="section-hot-Deal">
<div class="hot-deal-info">
<h3 class="hot-deal-title">Hot Deal ! Sale Up To 25% <span class="font-style">Off</span></h3>
<p class="hot-deal-description">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>
<button class="btn-primary">Sign Up</button>
</div>
<img class="hot-deal-img" src="Flower Asset/pngwing 8.png" alt="">
</div>
</section>
<section>
<div>
<h3 class="facebook-title">Facebook</h3>
<p class="facebook-description">Make your garden like a paradise.</p>
<div class="facebook-main-conteiner">
<div class="facebook-conteiner1">
<div class="box-conteiner">
<img class="facebook-conteiner-img" src="Flower Asset/1.jpeg" alt="">
<img class="facebook-conteiner-img" src="Flower Asset/2.jpg" alt="">
</div>
<div class="box-conteiner">
<img class="facebook-conteiner-img" src="Flower Asset/3.jpg" alt="">
<img class="facebook-conteiner-img" src="Flower Asset/4.jpg" alt="">
</div>
</div>
<div class="facebook-conteiner2">
<div class="box-conteiner">
<img class="facebook-conteiner-img" src="Flower Asset/5.jpg" alt="">
<img class="facebook-conteiner-img" src="Flower Asset/6.jpg" alt="">
</div>
<div class="box-conteiner">
<img class="facebook-conteiner-img" src="Flower Asset/7.jpg" alt="">
<img class="facebook-conteiner-img" src="Flower Asset/8.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<section>
<div class="section-instagram">
<h3 class="instagram-title">Instagram</h3>
<p class="instagram-description">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="instagram-img-conteiner">
<img src="Flower Asset/Flower 01.png" alt="">
<img src="Flower Asset/Rectangle 4.png" alt="">
<img src="Flower Asset/Rectangle 5.png" alt="">
<img src="Flower Asset/Rectangle 6.png" alt="">
</div>
</div>
</section>
<section class="section-input">
<div>
<h3 class="input-title">Get The Latest Deals</h3>
<p class="input-description">$30 coupon for first shopping</p>
<form class="contact" action="">
<input class="email-tag" type="email" name="" id="" placeholder="Enter your email here....">
<input class="btn-primary" type="submit" value="Subscribe">
</form>
</div>
</section>
</main>
<footer>
<div id="footer-flower-shop">
<div class="">
<h3 class="footer-title"> <span class="font-style">Flower</span>Shop</h3>
<p class="footer-description">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>
<p class="footer-symbol"><small>@2020-2023, FlowerShop.com. All rights reserved. </small></p>
</div>
</div>
</footer>
</body>
</html>