-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (78 loc) · 2.55 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
<!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="vegetarian.css">
<title>Document</title>
</head>
<body>
<div class="container">
<header>
<div class="title">
<h1 id="Vegetables">Vegetables</h1>
</div>
<div class="login">
<div><img src="img\btn_facebook.png" alt="" id="btn_facebook"></div>
<div><img src="img\btn_instagram.png" alt="" id="btn_instagram"></div>
<div class="line_login"></div>
<div class="box">
<p>LOGIN</p>
</div>
<div class="box">
<p>JOIN</p>
</div>
</div>
</header>
<nav>
<ul>
<li>
<p>Home</p>
</li>
<li>
<p>About Us</p>
</li>
<li>
<p>Vegetables</p>
</li>
<li>
<p>Online</p>
</li>
<li>
<p>Contact</p>
</li>
</ul>
</nav>
<img src="img\img_main_pumpkin.png" alt="" class="img_main_pumpkin">
<main>
<div class="maindiv">
<div class="greenlabel">
<h3>Vegetables</h3>
</div>
<div class="images">
<img src="img\img_vegetables_pepper.png" alt="">
<img src="img\img_vegetables_carrot.png" alt="">
<img src="img\img_vegetables_corn.png" alt="">
</div>
</div>
<div class="maindiv">
<div class="greenlabel">
<h3>Contact</h3>
</div>
<div class="contacts">
<p>For any questions or suggestions about Vegetables, Vegetables Club or your
online order you can contact Vegetables Customer Service by phone, email or
post and we’ll be happy to help.</p>
<div id="line"></div>
<p>E-mail : [email protected]</p>
<p></p>
<p>PHONE : +886-123-456-789</p>
</div>
</div>
</main>
</div>
<footer>
<p>Copyrights 2017 Vegetables cise / Design by Vegetables</p>
</footer>
</body>
</html>