-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathepisodes.css
74 lines (62 loc) · 1.03 KB
/
episodes.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
* {
background-image: url(images/homeBackground.jpg);
color: #fff;
}
body {
margin: 0;
}
header {
height: 10%;
width: 100%;
text-align: center;
}
h1 {
font-size: 3em;
font-family: Impact;
background-image: linear-gradient(135deg, #fa691a 0%, #d72263 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: ‹values›;
}
h3 {
font-size: 1em;
font-family: helvetica;
text-decoration: underline;
}
a {
font-size: 1em;
color: #ddd;
}
a:hover {
color: #888;
}
section {
margin: auto 5% auto 5%;
text-align: center;
}
p {
display: inline-block;
border: 5px solid #aaa;
border-radius: 10px;
padding: 2%;
font-size: 1.5em;
font-family: chalkboard;
}
p:first-child {
margin-top: 5%;
}
p:last-child {
margin-bottom: 5%;
}
button {
color: #eee;
font-family: Arial;
font-size: 1em;
background: none;
outline: none;
border: none;
box-shadow: 0;
}
button:hover {
color: #ff414e;
}