-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Grid Practice</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="container">
<div class="grid">
<img src="./accets/Frame 2.png" alt="">
<h2>HIGH QUALITY INGREDENTS</h2>
<P>Made in FDA Registered Facility & Constantly Improve Through Research & development</P>
</div>
<div class="grid">
<img src="./accets/Frame 2.png" alt="">
<h2>HIGH QUALITY INGREDENTS</h2>
<P>Made in FDA Registered Facility & Constantly Improve Through Research & development</P>
</div>
<div class="grid">
<img src="./accets/Frame 2.png" alt="">
<h2>HIGH QUALITY INGREDENTS</h2>
<P>Made in FDA Registered Facility & Constantly Improve Through Research & development</P>
</div>
<div class="grid content">
<div class="data"><img src="./accets/main.png" alt=""></div>
<div class="data">
<h3>PURITY <span id="look">GURANTED</span></h3>
<P>Through comprehensive internal and third-party testing, we ensure only the best honey is bottled. 100% pure honey that would make any honey bee proud.</P>
<BUTTON>SHOP NOW <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/>
</svg></BUTTON>
</div>
</div>
</div>
</body>
</html>