File size: 464 Bytes
37de4bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
#logo {
    display: flex;
    justify-content: center;
}

#btn {
    color: green;
    height: 30px;
    width: auto;
}

.w1-full{
    display: flex;
    justify-content: center;
}

#img-id{
    display: block;
    margin-left: 40px;
}

#video_elem {
    display: flex;
    justify-content: center;
    align-items: center;
}

#url_input {
    display: flex;
    justify-content: center !important;
    justify-items: center !important;
    /* width: 900px; */
}