-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
78 lines (64 loc) · 1.05 KB
/
style.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
background-color: rgb(20, 20, 20);
font-family: "helvetica neue", helvetica, sans-serif;
}
footer {
text-align: center;
font-size: 12px;
position: absolute;
margin-bottom: 0;
padding-bottom: 0;
left: 0;
right: 0;
bottom: 0;
}
footer p {
margin: 0px;
}
li {
line-height: 1.3;
}
li a {
color: #868686;
text-decoration: none;
font-size: 2.5em;
}
li a:hover {
color: #3eb8d6;
}
li a:link, a:visited {
transition: background-color 0.15s linear, color 0.15s linear;
}
ul {
list-style: none;
padding-left: 0;
}
.head {
color: rgb(224, 224, 224);
}
.title-large {
font-size: 5em;
margin-bottom: -0.3em;
padding-bottom: 0;
margin-top: 1.5em;
}
.title-small {
font-size: 4em;
margin-bottom: -0.3em;
padding-bottom: 0;
}
.subtitle-large {
font-size: 1.1em;
}
.subtitle-small {
font-size: 0.8em;
}
.ct {
margin-left: auto;
margin-right: auto;
}
.ml9 .letter {
transform-origin: 50% 100%;
display: inline-block;
line-height: 1em;
}