-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathstyle.css
83 lines (72 loc) · 1.33 KB
/
style.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
body {background-color: white;
color:white;
text-align: center;
}
#title{
width:50%;
margin: auto;
text-align: center;
border-radius: 25px;
padding-top: 30px;
color: #fa5B30;
font-size: x-large;
}
#action__upload{
margin: auto;
text-align: center;
width: 50%;
height: 30%;
padding:10px;
}
#uploadFile__icon{
margin: auto;
vertical-align: center;
padding: 20px;
text-align: center;
}
#video-file-label{
background-color: #fa5B30;
width:50%;
height: 30%;
margin: auto;
display: inline-block;
text-align: center;
border-radius: 25px;
padding-top: 30px;
font-size: large;
}
#video-information{
width:50%;
height: 10%;
margin: auto;
text-align: center;
border-radius: 25px;
padding-top: 30px;
color: #fa5B30;
font-size: x-large;
}
#chunk-information{
width:50%;
height: 10%;
margin: auto;
text-align: center;
border-radius: 25px;
padding-top: 30px;
color: #fa5B30;
font-size: x-large;
}
#description{
width:50%;
height: 10%;
margin: auto;
text-align: center;
border-radius: 25px;
padding-top: 30px;
color: #fa5B30;
font-size: x-large;
}
#footer{
font-size: large;
color: black;
padding:10px;
}