-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkitchen.html
More file actions
52 lines (46 loc) · 1.24 KB
/
kitchen.html
File metadata and controls
52 lines (46 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<link href='css/bootstrap.css' rel='stylesheet'>
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<link rel='stylesheet' href='style.css'>
<style>
#rcorners {
background-color: #ffffff;
background-repeat: repeat;
opacity: 0.6;
padding: 10px;
width: 150px;
height: 100px;
border: 0px;
border-width: : 20px;
text-align: center;
}
</style>
</head>
<div class="jumbotron text-center">
<body>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="products.html">Products</a>
<a href="food.html">Food</a>
<a href="contacts.html">Contact</a>
<a href="share.html">Share</a>
</body>
<body>
<h1>Sustainable Kitchen Essentials</h1>
<div class="column">
<p>
Sustainable wood materials (promoted by the <a href="https://www.fsc-uk.org/en-uk"> Forest stewardship council) </a> </p>
<p> LED lighting to use less electricity, thus reducing your carbon footprint</p>
<p> Using compost bins</p>
<p> Beeswax food wraps as a substitute for cling film</p>
<p> Washable and reusable clothes and sponges</p>
<p> Eco-friendly washing up liquid</p>
<p> Reusable, non plastic straws
</p>
</div>
</body>
</div>
</html>