-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworking.css
80 lines (77 loc) · 1.06 KB
/
working.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
.type_div {
width: 80%;
margin-left: 10%;
padding-top: 70px;
z-index: -1;
margin-bottom: 100px;
}
.button {
background-color: #111;
color: white;
border: none;
}
.header_name {
padding-top: 70px;
margin: auto;
text-align: center;
padding-bottom: 30px;
}
.video_div {
background-color: #f3f3f3;
text-align: center;
margin: auto;
height: 100%;
}
.video_sub {
position: relative;
}
.video_player {
position: absolute;
}
.video_style {
position: relative;
width: 75%;
}
.sub_text {
bottom: 30px;
width: 75%;
color: white;
margin-left: 12.5%;
font-size: 25px;
text-align: center;
position: absolute;
}
.video_controls{
width: 75%;
height: 100%;
margin: auto;
}
.slider {
width: 100%;
margin: auto;
position: absolute;
}
.fix_slider {
width: 100%;
height: 50px;
margin-left: 12.5%;
text-align: initial;
position: relative;
}
.slider_image {
width: 50px;
height: 50px;
}
.fix_slider_image{
width: 50px;
height: 50px;
position: absolute;
top: 0;
left: 0;
visibility: hidden;
}
.sub_text_input {
width: 60%;
height: 50px;
border: 0px;
}