-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmonsoons.html
More file actions
63 lines (62 loc) · 1.69 KB
/
Copy pathmonsoons.html
File metadata and controls
63 lines (62 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<title>Monsoons | rowannerd</title>
<style>
body {
background-color: rgb(0, 10, 200);
font-family: sans-serif;
width: 600px;
}
.middle {
text-align: center;
}
.greent {
color: rgb(0, 250, 0);
}
.hspace {
height: 100px;
}
a {
color: rgb(250, 0, 250);
text-decoration: none;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 25px;
}
.small {
font-size: 20px;
}
#header {
position: fixed;
background-color: rgb(0, 20, 210);
top: 0px;
left: 0px;
width: 600px;
}
h1 {
text-align: center;
}
</style>
</head>
<body class="greent">
<h1 class="middle">Monsoons | rowannerd</h1>
<h2>Contents</h2>
<b><ul>
<li><a href="#what">What is a Monsoon?</a></li>
<li><a href="#where">Where do Monsoons Reguraly Happen?</a></li>
</ul></b>
<div class="hspace"></div>
<h2 id="what">What is a Monsoon?</h2>
<p>A monsoon is a storm that brings either warm, dry air or heavy amounts of rain.</p>
<div class="hspace"></div>
<h2 id="where">Where do Monsoons Reguraly Happen?</h2>
<p>South Asia is a 'hot spot' for monsoons. They get one every summer and every winter. You're probably thinking that summer ones are hot and winter ones are cold, but it is
the opposite. The summer monsoon brings heavy, flooding rain to the area, while the winter monsoon brings dry, warm air. The people there depend on the summer monsoon because it brings
80% of their water.
</p>
</body>
</html>