-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.css
69 lines (69 loc) · 1.36 KB
/
1.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
.whole{
background: url(https://t4.ftcdn.net/jpg/04/61/47/03/360_F_461470323_6TMQSkCCs9XQoTtyer8VCsFypxwRiDGU.jpg);
background-size: cover;
}
.chote{
height:100px;
position: relative;
top:40px;
}
.cent{
color:seagreen;
font-weight:900;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-style: oblique;
font-size:70px;
text-align:center;
}
.start{
display:flex;
gap:10px;
justify-content:center;
position: relative;
top:100px;
}
.drum{
height:150px;
width:150px;
font-size:50px;
box-shadow: 1px 1px 3px black;
}
.s{
background-image:url(image/kick.png);
color:blueviolet;
}
.h{
background-image: url(image/tom2.png);
color:cadetblue;
}
.u{
background-image:url(image/tom3.png);
color:burlywood;
}
.b{
background-image:url(image/tom4.png);
color:cornflowerblue;
}
.i{
background-image:url(image/snare.png);
color:blue;
}
.o{
background-image:url(image/tom1.png);
color:goldenrod;
}
.m{
background-image:url(image/crash.png);
color:lawngreen;
}
.love{
height:40px;
text-align:center;
position: relative;
top:100px;
font-size:60px;
color:yellow;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight:900;
font-style: oblique;
}