-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
89 lines (73 loc) · 1.08 KB
/
index.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
79
80
81
82
83
84
85
86
87
88
89
html {
background-color: black;
}
body {
max-width: 100%;
margin: auto;
color: white;
}
img {
max-width: 100%;
margin: auto;
}
h1 {
font-family: 'Open Sans', sans-serif;
margin: auto;
display: block;
text-align: center;
}
h3 {
text-align: center;
font-family: 'Open Sans', sans-serif;
}
p {
max-width: 60%;
margin: auto;
font-size: 1.3em;
font-family: cabin-condensed, sans-serif;
}
hr {
max-width: 60%;
color: grey;
}
button {
display: block;
margin: auto;
width: 15%;
cursor: pointer;
line-height: 300%;
font-size: 1.1em;
background-color: black;
color: snow;
}
button:hover {
color: black;
background-color: snow;
}
.yt-vid {
margin: auto;
text-align: center;
max-width: 75%;
}
#comic {
width: 60%;
margin: auto;
display: block;
height: 600px;
}
#yt-vid {
display: block;
margin: auto;
}
.team {
text-align: center;
}
footer {
text-align: center;
color: gray;
}
a {
text-decoration: none;
color: white;
color: grey;
}