-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
60 lines (52 loc) · 825 Bytes
/
styles.css
File metadata and controls
60 lines (52 loc) · 825 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
48
49
50
51
52
53
54
55
56
57
58
59
60
body {
margin-top: 250px;
background-color: #121212;
color: #ffffff;
padding-bottom: 150px;
}
#ytplayer {
margin-top: 5px;
width: 100%;
}
.input-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
}
input[type="text"] {
width: 40%;
height: 50px;
font-size: 18px;
padding: 10px;
display: block;
background-color: #2d2d2d;
color: #ffffff;
border: none;
}
input[type="button"] {
width: 50%;
height: 30px;
font-size: 14px;
background-color: #4e4e4e;
color: #ffffff;
border: none;
cursor: pointer;
}
p {
margin: 4px;
text-align: center;
font-size: 0.9rem;
}
ul {
margin-top: 20px;
padding: 0;
list-style-type: none;
text-align: center;
}
ul li {
margin: 5px 0;
font-size: 0.9rem;
color: #cccccc;
}