-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (46 loc) · 740 Bytes
/
style.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
body {
background: linear-gradient(to right, #3b8d99, #6b6b83, #aa4b6b);
}
header {
text-align: center;
color: white;
padding: 5px 20px;
}
.upload {
text-align: center;
color: white;
}
#youtubeplayer {
display: none;
text-align: center;
}
.select {
text-align: center;
color: white;
display: none;
}
h1 {
font-family: 'Indie Flower', cursive;
font-size: 50px;
}
h2, button {
font-family: 'Montserrat';
font-size: 20px;
}
button {
font-family: 'Montserrat';
color: #a94c6b;
margin-top: 10px;
padding: 20px;
border-radius: 5px;
background-color: white;
border-color: white;
}
button:hover {
color: #592839;
}
footer {
font-family: 'Montserrat';
color: white;
text-align: center;
}