-
Notifications
You must be signed in to change notification settings - Fork 0
/
text.html
44 lines (38 loc) · 887 Bytes
/
text.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
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>Spread the word</title>
<style type="text/css">
h1{
text-align:center;
font-family: cursive;
background img:red;
}
h3{
text-align: top left;
font-family: monospace;
font-size: 25px;
}
p{
font-size: 22px;
background: teal;
color:white;
}
body{
background: limegreen;
}
</style>
</head>
<body>
<div>
<h3>THE GLOBAL GOALS</h3>
</div>
<div>
<h1>GOAL NO 4 <br><br> QUALITY EDUCATION</h1>
</div>
<p><em>Education liberates the intellect, unlocks the imagination and is fundamental for self-respect.</em>
It is the key to prosperity and opens a world of opportunities, making it possible for each of us to contribute to a progressive, healthy society.
Learning benefits every human being and should be available to all.
</p>
</body>
</html>