VMORnD commited on
Commit
37de4bc
1 Parent(s): ea21869

Upload app.css

Browse files
Files changed (1) hide show
  1. app.css +33 -0
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
+ }