-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconcept index (copy).html
127 lines (104 loc) · 3.93 KB
/
concept index (copy).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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>flower</title>
<link rel="stylesheet" href="concept style (copy).css">
</head>
<body>
<header>
<div class="container banner">
<div class="banner-text">
<h1>Let's make beautiful flowers a part of your life.</h1>
<p>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>Shop Now</button>
</div>
<div class="banner-image">
<img src="flower/Asset/pngwing 10.png" alt="">
</div>
</div>
</header>
<!-- <div class="Featured">
<div class="Featured-text">
<h1>Our Featured Flowers</h1>
<p>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="Featured-image">
<img src="flower/Flower Asset/pngwing 6.png" alt="">
<img src="flower/Flower Asset/pngwing 5.png" alt="">
<img src="flower/Flower Asset/pngwing 7.png" alt="">
</div>
</div> -->
<section id="Featured">
<div class="container">
<div class="section-heading">
<h2>Our Featured Flowers</h2>
<p>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="section-content">
<div class="flower ">
<div class="flower-image pink">
<img src="flower/Asset/pngwing 6.png" alt="">
</div>
<p>Pink Flower Tree</p>
</div>
<div class="flower">
<div class="flower-image blue">
<img src="flower/Asset/pngwing 5.png" alt="">
</div>
<p>Pink Flower Tree</p>
</div>
<div class="flower">
<div class="flower-image green">
<img src="flower/Asset/pngwing 7.png" alt="">
</div>
<p>Pink Flower Tree</p>
</div>
</div>
</div>
</section>
<section>
<div class="support">
<div class="support-content">
<div class="support-image">
<div class="delivaryman">
<img src="flower/Asset/Group 57.png" alt="">
</div>
<p>Same Day Delivery. Click & Collect.</p>
</div>
<div class="support-image">
<div class="delivaryman">
<img src="flower/Asset/Group 58.png" alt="">
</div>
<p>Fresh Flowers. Local Growers.</p>
</div>
<div class="support-image">
<div class="delivaryman">
<img src="flower/Asset/Group 59.png" alt="">
</div>
<p>24/7 Free Support.</p>
</div>
</div>
</div>
</section>
<section id="newsletter">
<div class="container newsletter-main">
<div class="section-heading">
<h2>The Leatest DEALS</h2>
<p>$30 coupon for first shoppong</p>
</div>
<form>
<input type="email"><button>
Subcribe
</button>
</form>
</div>
</section>
</body>
</html>