forked from KendallDoesCoding/duck-song
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
58 lines (50 loc) · 1.02 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
@import url("https://fonts.googleapis.com/css2?family=Redressed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,100;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
body {
align-items: center;
text-align: center;
}
.heading {
color: yellowgreen;
font-family: "Redressed", cursive;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
color: inherit;
text-decoration: underline;
}
.songs {
color: blue;
font-family: "Roboto", sans-serif;
}
.songs a,
a:hover,
a:focus,
a:active {
text-decoration: none;
color: inherit;
}
.button {
background-color: red; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
font-family: "Handlee", cursive;
}
/*Lyrics Directory*/
.lyrics-heading {
color: lightgreen;
font-family: "Redressed", cursive;
}
.lyrics {
color: red;
font-family: "Roboto", sans-serif;
}