-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSS2.CSS
More file actions
47 lines (46 loc) · 995 Bytes
/
Copy pathCSS2.CSS
File metadata and controls
47 lines (46 loc) · 995 Bytes
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
.set{
margin: 10% auto;
}
body{
background-color: #283149;
text-align: center;
}
h1{
font-family: Arvo, cursive;
font-size:80px ;
text-shadow: 3px 0 #DA0463;
font-weight: 700;
line-height: normal;
color:#DBEDF3;
}
button{
outline: none;
border: 10px solid #404B69;
width: 150px;
height: 150px;
font-size:80px ;
font-weight: 900;
background-color:#FFFFFF;
color:#DA0463;
border-radius: 15px;
margin: 10px;
text-shadow: 3px 0 #DBEDF3;
line-height: 2;
display: inline-block;
}
footer{
color: #DBEDF3;
font-family: sans-serif;
}
.w{
background-image: url(./images/tom1.png);
}
.a
{
background-image: url(./images/tom2.png);
}
.s{background-image: url(./images/tom3.png);}
.d{background-image: url(./images/tom4.png);}
.j{background-image: url(./images/snare.png);}
.k{background-image: url(./images/crash.png);}
.l{background-image: url(./images/kick.png);}