-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
57 lines (56 loc) · 1.11 KB
/
styles.css
File metadata and controls
57 lines (56 loc) · 1.11 KB
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
body{
background-color: #BEADFA;
}
h1{
color: #FDE767;
text-align: center;
margin-top: 5%;
font-family: 'Dancing Script', cursive;
font-size: 3rem;
text-shadow: 1px 1px 2px purple;
}
button{
height: 200px;
width: 200px;
cursor: pointer;
color: purple;
font-size: 2rem;
font-weight: bold;
border-radius: 15px;
text-shadow: 1px 1px 2px yellow;
font-family: 'Dancing Script', cursive;
}
footer{
font-size: 2rem;
text-align: center;
color: #FDE767;
font-family: 'Dancing Script', cursive;
text-shadow: 1px 1px 2px purple;
}
.set{
margin-top: 5%;
display: inline-block;
margin-bottom: 13%;
margin-left: 13%;
margin-right: 13%;
}
.p{
background-image: url(images/piano.jpeg);
background-size: cover;
}
.g{
background-image: url(images/guitar.webp);
background-size: cover;
}
.d{
background-image: url(images/drum.jpeg);
background-size: cover;
}
.f{
background-image: url(images/flute.jpeg);
background-size: cover;
}
.c{
background-image: url(images/cymbale.jpeg);
background-size: cover;
}