forked from acjf3/acjf3.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
screen.css
42 lines (42 loc) · 825 Bytes
/
screen.css
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
@media screen {
li {
padding: 8px;
font-size: 18px;
}
body {
width: 860px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
font-family: "Helvetica Neue", arial, sans-serif;
font-weight: 200;
font-size: 18px;
color: #909090;
}
ul {
list-style-type: square;
}
a:link {
color: #008000;
text-decoration: none;
}
a:visited {
color: #0080A0;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1 {
font-family: "Comic Sans MS", cursive;
font-size: 32px;
font-weight: 300;
color: #400000;
}
h2 {
font-size: 24px;
font-family: "Helvetica Neue", arial, sans-serif;
font-weight: 400;
color: #400000;
}
}