-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (65 loc) · 1.2 KB
/
style.css
File metadata and controls
75 lines (65 loc) · 1.2 KB
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
/* Author: Samuel Johnson (SmashMaster) */
/* Copyright: 2024 Samuel Johnson */
/* License: https://github.com/SmashMaster/smashmaster.github.io/blob/master/LICENSE */
body {
background-color: #fff;
margin: 0px;
}
#body {
font-family: "Open Sans", sans-serif;
font-size: 16px;
text-align: left;
color: #444;
min-width: 320px;
max-width: 768px;
padding: 0px;
margin: 0px auto;
}
#title {
font-family: "Raleway";
font-size: 48px;
text-align: center;
color: #000;
padding: 8px 0px;
margin: 0px;
}
#subtitle {
font-family: "Raleway";
font-size: 26px;
text-align: center;
color: #000;
padding: 0px;
}
.video {
padding: 56.25% 0px 0px 0px;
margin: 24px 0px;
height: 0px;
position: relative;
}
.video iframe {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.list {
margin: 24px 0px 24px 24px;
}
#links {
text-align: center;
}
#links a {
display: inline-block;
font-size: 48px;
line-height: 48px;
vertical-align: bottom;
padding: 12px;
margin: 0px;
}
#email {
font-family: "Raleway";
font-size: 32px;
text-align: center;
margin: 12px 0px 128px 0px;
}