-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (44 loc) · 1.12 KB
/
index.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Spin-off of "Project: Blog"</title>
<style>
p {
font-family: Trebuchet MS, sans-serif;
}
.box {
width: 537px;
padding: 7px;
border: 5px solid white;
background-color: white;
opacity: 0.7;
margin: auto;
}
body {
background-image: url("https://www.touristorama.com/assets/images/articles/do-you-know-about-mountainous-greece/Mountains.jpg");
background-size: 100%;
}
.big {
font-size: 26px;
text-decoration: underline;
}
h1 {
text-shadow: 1px 1px black;
text-align: center;
}
.date {
font-style: "Ariel", sans-serif;
margin-top: -10px;
margin-bottom: -4px;
}
#Contents {
text-align: justify;
}
</style>
</head>
<body>
<div class="box">
<h1>ERROR 404</h1>
</body>
</html>