-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
45 lines (44 loc) · 1.26 KB
/
shop.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Organic</title>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
/>
<link rel="stylesheet" href="style5.css" />
</head>
<body>
<section id="header">
<a href="#"><img src="f2.png" class="logo" alt="" /></a>
<div>
<ul id="navber">
<li>
<a class="active" href="index.html">home</a>
</li>
<li>
<a href="shop.html">subsidy</a>
</li>
<li>
<a href="blog.html">eco farming</a>
</li>
<li>
<a href="about.html">Fartilizer</a>
</li>
<li>
<a href="contact.html">contact us</a>
</li>
<li id="lg-bag">
<a href="cart.html">cart<i class="far fa-shopping-bag"></i></a>
<a href="#" id="close"><i class="far fa-times"></i></a>
</li>
</ul>
</div>
<div id="mobile">
<a href="cart.html"><i class="far fa-shopping-bag"></i></a>
<i id="bar" class="fas fa-outdent"></i>
</div>
</section>