-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweekly-extra.html
More file actions
53 lines (52 loc) · 1.11 KB
/
Copy pathweekly-extra.html
File metadata and controls
53 lines (52 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<title>Monthly Extra | 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">Monthly Extra</h1>
<h2>This Month's topic: <b>Climate Change</b></h2>
<p>Climate change is an effect of <b>Global Warming</b>. Global Warming is the heating of the Earth, which is mainly caused by human activity in making products, such as
oil.
</p>
</body>
</html>