-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (128 loc) · 6.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>assignment-1</title>
</head>
<body>
<header>
<div class="header-info">
<div class="header-conteint">
<h3 class="head-title">Let's make beautiful flowers a part of your life.</h3>
<p class="head-description">It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout. The point of using
Lorem Ipsum is that it has a more-or-less normal distribution of letters.</p>
<button class="btn-primary">Shop Now</button>
</div>
<img class="flower" src="Flower Asset/pngwing 10.png" alt="">
</div>
</header>
<main>
<section>
<div class="featured-section">
<div class="featur-conteint">
<h3 class="heading-title">Our Featured Flowers</h3>
<p class="heading-descripton">It is a long established fact that a reader will be distracted by the
readable content of a page when looking at its layout.</p>
</div>
<div class="flower-item">
<div class="flower-name">
<img class="item-name-2" src="Flower Asset/pngwing 6.png" alt="">
<p class="flower-tree"><u>Pink Flower Tree</u></p>
</div>
<div class="flower-name">
<img class="item-name-1" src="Flower Asset/pngwing 5.png" alt="">
<p class="flower-tree"><u>Pink Flower Tree</u></p>
</div>
<div class="flower-name">
<img class="item-name-3" src="Flower Asset/pngwing 7.png" alt="">
<p class="flower-tree"><u>Pink Flower Tree</u></p>
</div>
</div>
</div>
</section>
<section-2>
<div class="delivery-item">
<div class="deliver-title">
<img class="item-image" src="Flower Asset/Group 57.png" alt="">
<p class="delivery-description">Same Day Delivery. Click & Collect.</p>
</div>
<div class="deliver-title">
<img class="item-image" src="Flower Asset/Group 58.png" alt="">
<p class="delivery-description">Fresh Flowers. Local Growers.</p>
</div>
<div class="deliver-title">
<img class="item-image" src="Flower Asset/Group 59.png" alt="">
<p class="delivery-description">24/7 Free Support.</p>
</div>
</div>
</section-2>
<section-3>
<div class="sing-up-section">
<div class="sinup">
<h3 class="hot-deal">Hot Deal ! Sale Up To 25% <span class="Off">Off</span></h3>
<p class="deal-description">It is a long established fact that a reader will be
distracted by the readable content of a page when looking at its layout.</p>
<button class="btn-primary">SignUp</button>
</div>
<div class="sinup">
<img class="png-8" src="Flower Asset/pngwing 8.png" alt="">
</div>
</div>
</section-3>
<section-4>
<div class="Instagram-section">
<div class="instagram-tex">
<h3 class="instagram">Instagram</h3>
<p class="insta-description">It is a long established fact that a reader will be distracted by
the readable content of a page when looking at its layout.</p>
</div>
<div class="instagram-images">
<img class="ins-image" src="Flower Asset/Flower 01.png" alt="">
<img class="ins-image" src="Flower Asset/Rectangle 4.png" alt="">
<img class="ins-image" src="Flower Asset/Rectangle 5.png" alt="">
<img class="ins-image" src="Flower Asset/Rectangle 6.png" alt="">
</div>
</div>
</section-4>
<section-5>
<div class="last-section">
<div class="subscrib-title">
<h3 class="latest">Get The Latest Deals</h3>
<p class="coupon">$30 coupon for first shopping</p>
<input class="email-type" type="text" placeholder="Enter your email here">
<button class="btn-primary">Subscribe</button>
</div>
</div>
</section-5>
<new-section>
<div class="contact-form">
<div class="wellcome-image">
<img src="Flower Asset/pngwing 8.png" alt="">
</div>
<div class="wellcome-text">
<h3 class="contact-title">Contact Us</h3>
<form class="contact" action="">
<input type="text" placeholder="your name">
<input type="email" name="" placeholder="your email" id="">
<textarea name="" id="" cols="30" rows="10"></textarea>
<input class="btn-primary" type="submit" value="submit">
</form>
</div>
</div>
</new-section>
</main>
<footer>
<div class="flower-head">
<div class="flower-shop">
<h1 class="shop"><span class="flower">Flower</span>Shop</h1>
<p class="shop-description">It is a long established fact that a reader will be
distracted by the readable content of a page when looking at its layout.</p>
<h6 class="copyright">@2020-2023, FlowerShop.com. All rights reserved. </h6>
</div>
</div>
</footer>
</body>
</html>