-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuc.css
55 lines (46 loc) · 761 Bytes
/
uc.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
.center {
margin: .25em 0 0 0;
text-align: center;
line-height: 1em;
}
@media (max-width: 35em) {
.cone {
display:none;
}
}
@media (max-width: 31em) {
h2.center {
font-size: 16vw;
}
}
h1 {
font-family: 'Roboto', sans-serif;
font-size: 100px;
}
h2 {
font-family: 'Roboto', sans-serif;
font-size: 80px;
text-shadow: -2px -2px #313233;
}
h3 {
font-family: 'Roboto', sans-serif;
font-size: 65px;
}
h4 {
font-family: 'Roboto', sans-serif;
font-size: 40px;
}
p.subtitle {
font-family: 'Roboto', sans-serif;
font-size: 30px;
}
a {
color: inherit;
}
footer {
font-family: 'Open Sans', sans-serif;
position: fixed;
left: 10px;
bottom: 10px;
width: 100%;
}