forked from Vauhtijuoksu/EndingCredits
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (56 loc) · 1023 Bytes
/
Copy pathstyle.css
File metadata and controls
59 lines (56 loc) · 1023 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
@font-face {
font-family: 'ubuntu';
src: url('UbuntuTitling-Bold.ttf') format('truetype');
}
body{
overflow: hidden;
width: 100%;
height: 100%;
font-family: 'ubuntu';
color: white;
text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black;
}
#scroll {
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 1000px;
top: 50%;
text-align: center;
}
.bigheading {
margin-top: 80px;
margin-bottom: 80px;
font-size: 64px;
}
.heading {
margin-top: 50px;
margin-bottom: 20px;
font-size: 50px;
}
.title {
margin-top: 30px;
font-size: 48px;
margin-bottom: 10px;
}
.responsible {
font-size: 38px;
}
.name {
font-size: 36px;
}
#end {
position: absolute;
opacity: 0;
top: 50%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 900px;
text-align: center;
font-size: 56px;
margin-top: -32px;
}