-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
79 lines (64 loc) · 1.02 KB
/
index.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
/* CSS */
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
scrollbar-width: auto;
scrollbar-color: #0d39e7 #cccccc;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 16px;
}
*::-webkit-scrollbar-track {
background: #cccccc;
}
*::-webkit-scrollbar-thumb {
background-color: #0d39e7;
border-radius: 10px;
border: 3px solid #ffffff;
}
.container {
margin: 0px auto;
}
.w3-container{
overflow: hidden;
}
.w3-container .howTo{
width: 200px;
float: left;
position: relative;
left: 10%;
top: 5%;
padding: 0%;
}
.wrapper{
width: 1300px;
height: 740px;
border: 10px #333 solid;
}
#videoElement {
width: 1280px;
height: 720px;
background-color: rgb(194, 14, 14);
}
canvas{
position: absolute;
}
h1{
position: absolute;
opacity: 0;
}
p{
position: relative;
bottom: 0;
}
.options{
margin-left: 50px;
}
.options >div{
display: grid;
grid-template-columns: 40% 60%;
}
.options >div .switch{
margin-top: 10px;
}