-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
76 lines (60 loc) · 1.11 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
@font-face {
font-family: MyFont;
src: url(Maragsâ.otf);
}
@font-face {
font-family: poppins;
src: url(Poppins-Medium.ttf);
}
html{
display: flex;
flex-direction: column;
align-items: center;
background-color: #20AD65;
background-repeat: no-repeat;
height: 230px;
width: 200px;
position: relative;
}
img{
margin-top: 9%;
}
div{
align-items: center;
}
.sel select{
border-style: none none solid none;
border-bottom-width: 1px;
border-color: #FFDCD2;
cursor: pointer;
margin-bottom: 5%;
margin-left: 5%;
width: auto;
padding: 0% 0 3% 0%;
background-color: #20AD65;
color: #FFDCD2;
font-family: poppins;
}
.sel{
padding: 7% 0 3% 13%;
}
.btn button{
font-family: poppins;
color: #FFDCD2;
border: none;
background-color: #14C48A;
}
.play, .pause{
margin-right: 4%;
box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15);
border-radius: 5px;
cursor: pointer;
text-align: center;
}
.play:hover,.pause:hover{
background-color: #FFDCD2;
color: #14C48A;
}
.btn {
padding: 0% 0 0% 13%;
}