Upload app.css
Browse files
app.css
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#logo {
|
2 |
+
display: flex;
|
3 |
+
justify-content: center;
|
4 |
+
}
|
5 |
+
|
6 |
+
#btn {
|
7 |
+
color: green;
|
8 |
+
height: 30px;
|
9 |
+
width: auto;
|
10 |
+
}
|
11 |
+
|
12 |
+
.w1-full{
|
13 |
+
display: flex;
|
14 |
+
justify-content: center;
|
15 |
+
}
|
16 |
+
|
17 |
+
#img-id{
|
18 |
+
display: block;
|
19 |
+
margin-left: 40px;
|
20 |
+
}
|
21 |
+
|
22 |
+
#video_elem {
|
23 |
+
display: flex;
|
24 |
+
justify-content: center;
|
25 |
+
align-items: center;
|
26 |
+
}
|
27 |
+
|
28 |
+
#url_input {
|
29 |
+
display: flex;
|
30 |
+
justify-content: center !important;
|
31 |
+
justify-items: center !important;
|
32 |
+
/* width: 900px; */
|
33 |
+
}
|