-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain1.css
74 lines (55 loc) · 1.03 KB
/
main1.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
body {
background-color:#06FFCA !important;
}
.drumkit{
padding: 10px;
margin: 100px;
text-align: center;
font-family: 'Courier New', Courier, monospace;
font-size: 6rem;
text-shadow: chartreuse;
}
.w{
margin-left: 100px;
background-image: url("tom1.png");
}
.a{
background-image: url("tom2.png");
}
.s{
background-image: url("tom3.png");
}
.d{
background-image: url("tom4.png");
}
.j{
background-image: url("snare.png");
}
.k{
background-image: url("crash.png");
}
.l{
background-image: url("kick.png");
}
.set
{
margin: 10%auto;
}
.pressed{
box-shadow: gold;
opacity: 0.4;
}
.drum{
height: 250px;
width:250px;
margin: 35px;
border: solid;
border-width: 10px;
border-radius: 15px;
border-color:#D00990;
display: inline-block;
background-color: whitesmoke;
font-family: 'Courier New', Courier, monospace;
font-size: 10rem;
color: #FF336E;
}