-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
59 lines (59 loc) · 1.06 KB
/
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
56
57
58
59
body{
margin: 0;
background-color:#d4a276;
}
.contain{
text-align: center;
margin: 8%;
}
h1{
font-family: 'Pacifico', cursive;
font-size: 4rem;
font-weight: bold;
color: #6f4518;
}
.column{
margin: 1%;
padding: 4%;
border: 8px solid #6f4518;
border-radius: 10%;
background-color: white;
font-size: 2rem ;
color: palevioletred;
font-weight: bolder;
width: 30%;
height: 30%;
}
.footer{
text-align: center;
margin: 10% 0 2% 0;
font-family: 'Pacifico', cursive;
font-weight: bolder;
color: #b46613;
font-size: 1.2rem;
}
.a{
background-image: url(images/crash.png);
}
.b{
background-image: url(images/kick.png);
}
.c{
background-image: url(images/snare.png);
}
.d{
background-image: url(images/tom1.png);
}
.e{
background-image: url(images/tom2.png);
}
.f{
background-image: url(images/tom3.png);
}
.g{
background-image: url(images/tom4.png);
}
.pressed{
box-shadow: 0 3px 4px 0 #b46613;
opacity: 0.5;
}