-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreason.html
More file actions
42 lines (36 loc) · 1.6 KB
/
reason.html
File metadata and controls
42 lines (36 loc) · 1.6 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
<!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="styles.css">
</head>
<body>
<header>
<h1 style="color:#B71C1C;">What causes global warming?</h1>
<h2> Human activities contribute global warming <br>in a scale that the nature never has </h2>
</header>
<main>
<div class="column left">
<p style= "border: solid #B71C1C 3px;">
Decomposition of organic waste in landfills produces methane. Improper treatment of landfills causes more gas emissions.</p>
<img src="Landfill.jpg">
</div>
<div class="column middle">
<img src="FossilFuel.jpg">
<p style= "border: solid #B71C1C 3px;">
The buring of fossil fuels, like coal, oil, and nature gas leads to the a great amount of contribution to those greenhouse gases that contributes the global warming.</p>
<footer>
<a href="action.html"; style="color: #43a047;">What are people doing?</a>
<br>
<a href="index.html"; style="color: darkblue;">Go back to the front page</a>
</footer>
</div>
<div class="column right">
<p style= "border: solid #B71C1C 3px;">
Trees absorb CO2 and emits O2. The loss of forests not only reduce the Earth's ability of air regulation, but also releases stored carbon back to the environment.</p>
<img src="Deforestation.jpeg">
</div>
</main>
</body>
</html>