-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (58 loc) · 1.7 KB
/
index.html
File metadata and controls
70 lines (58 loc) · 1.7 KB
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
<!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>Coffe</title>
</head>
<body>
<div class="nav">
<a href="#">
<div class="a1"></div>
<div class="a2"></div>
<div class="a3"></div>
</a>
<a href="#">About</a>
<a href="#">Wholesale</a>
<a href="#">Contact</a>
<a href="#">Cart</a>
</div>
<div class="line1">
<p class="b1">OFFICE COFFE PROGRAM</p>
</div>
<div class="line2">
Great Coffee.
</div>
<hr>
<div class="line3">
Our quest is to consciusly and ethically source the highest quaality coffees, and benefits every community
involved, from to your cup.
</div>
<div class="line4">
<button class="btn" target="_blank">View Coffee</button>
</div>
<div class="services">
<h2>Our Services</h2>
<hr class="hr">
<section>
<div class="coffe">
<div class="coffe1">
<img src="pic4.jpg" alt="">
<h3>Black Coffe</h3>
</div>
<div class="coffe2">
<img src="pic2.jpg" alt="">
<h3>Black Coffe</h3>
</div>
<div class="coffe3">
<img src="pic3.jpg" alt="">
<h3>Black Coffee</h3>
</div>
</div>
</section>
</div>
<h6>Great Coffee</h6>
<h6>copyright Rahul Paul</h6>
</body>
</html>