-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (49 loc) · 717 Bytes
/
style.css
File metadata and controls
59 lines (49 loc) · 717 Bytes
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
html {
background-image: url('images/background4.jpg');
background-color: #160717;
color: white;
cursor: help;
}
body {
cursor: cell;
font-family: "Monospace";
background-color: #0f0f0f;
margin-left: 8em;
margin-right: 8em;
}
body h1 {
background-color: #4c164f;
text-align: center;
}
body h2 {
text-align: center;
}
body h3 {
text-align: center;
}
body p {
margin-left: 2em;
margin-right: 2em;
}
div ul li {
margin-left: 2em;
margin-right: 2em;
}
nav ul li {
display: inline;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
footer {
text-align: center;
}
footer ul li {
display: inline;
margin-left: 2em;
margin-right: 2em;
margin-top: 2em;
margin-bottom: 2em;
}