-
Notifications
You must be signed in to change notification settings - Fork 3
/
styles.css
86 lines (72 loc) · 1.52 KB
/
styles.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
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=ZCOOL+QingKe+HuangYou&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,100;1,300&display=swap");
.random-song {
color: #ffa500;
}
button {
/* This button is for the YML directory NOT the main page */
background-image: radial-gradient(
circle farthest-corner at 92.3% 71.5%,
rgba(83, 138, 214, 1) 0%,
rgba(134, 231, 214, 1) 90%
);
color: white;
outline: none;
border: none;
font-family: "Handlee", cursive;
font-size: 1.5rem;
cursor: pointer;
padding: 1rem 5rem;
border-radius: 5px;
transition: all 0.2s ease-in-out;
margin-top: 1rem;
max-width: 100%;
}
#surprise-button {
color: white;
font-family: "Roboto", sans-serif;
font-weight: bolder;
}
.surprise {
font-family: "Roboto", sans-serif;
}
.row {
display: flex;
}
.column {
flex: 100%;
padding: 1rem;
}
.title-styling {
margin-bottom: 0;
font-size: 450%;
color: #0E538C
}
.subitle-styling {
margin-top: 0;
font-size: 200%;
}
.gift-styling {
margin-right: .5rem;
}
.competition-img {
width: 78%;
height: auto;
}
.info {
font-family: "Roboto", sans-serif;
color: #CE1E1E;
}
.info-col {
display: flex;
padding-top: 0;
}
.info-text {
padding: 1rem;
}
.circle-styling {
width: 2%;
margin-left: 1rem;
margin-right: 1rem;
}