-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
34 lines (34 loc) · 1.39 KB
/
home.html
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
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Lato:400,700,900|Playfair+Display:400,700,900|Gravitas+One|Montserrat:400,700|Vollkorn:400,700|Spinnaker' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<style type="text/css">
div,p
{
margin: 0px auto;
padding: 0px;
border: 0px;
}
#poster
{
width: 600px;
display: block;
text-align: center;
font-size: 100%;
}
</style>
</head>
<body>
<div id="poster">
<p style="font-family: 'Droid Sans', sans-serif; font-size: 850%;">2°C more</p>
<p style="font-family: 'Lato', sans-serif; font-size: 210%;">in average temperature raise would be</p>
<p style="font-family: 'Playfair Display', serif; font-size: 640%; line-height: 100%;">catastrophic.</p>
<p style="font-family: 'Gravitas One', cursive; font-size: 160%; line-height: 200%;">We need to cut down emissions</p>
<p style="font-family: 'Montserrat', sans-serif; font-size: 220%;">from 33 billon tonnes per year to</p>
<p style="font-family: 'Vollkorn', serif; font-size: 1300%; line-height: 100%;">ZERO</p>
<p style="font-family: 'Gravitas One', cursive; font-size: 140%; line-height: 100%;">and we have 5800 days left to do it.</p>
<p style="font-family: 'Spinnaker', sans-serif; font-size: 325%;"> Are you ready to help?</p>
</div>
</body>
</html>