-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
88 lines (72 loc) · 1.19 KB
/
styles.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
77
78
79
80
81
82
83
84
85
.cont
{
border: 0px solid black;
width: 100%;
margin-top: 0px;
}
.mid_cont
{
border: 0px solid black;
width: 14%;
height: 120px;
display: flex;
margin: auto;
justify-content: space-around;
}
.sound
{
border: 1px solid gray;
border-radius: 20px;
width: 60px;
height: 30px;
margin: auto;
cursor: pointer;
justify-content: space-around;
}
#vol
{
margin: auto;
margin-left: 100px;
}
.play
{
border: 1px solid gray;
border-radius: 40px;
width: 80px;
height: 50px;
margin: auto;
cursor: pointer;
}
.btm_cont
{
border: 0px solid black;
width: 92%;
height: 270px;
padding: 50px;
display: flex;
flex-direction: row;
}
.btm_right
{
border: 1px solid lightgray;
width: 100%;
height: 100px;
padding-right: 10px;
background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSNEqeywFME-49WLPQ5qGnbAfFve_RB-nPbJicSaeNWw38X7K1rr3Ktj6TmT_k9oINI6BA&usqp=CAU");
}
.btm_right>input
{
border: 1px solid black;
width: 100%;
}
li
{
list-style: none;
font-family: sans-serif;
margin-bottom: 8px;
}
.list_tag
{
min-width: 200px;
display: inline-block;
}