-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
53 lines (46 loc) · 822 Bytes
/
styles.css
File metadata and controls
53 lines (46 loc) · 822 Bytes
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
body {
padding: 20px;
font-weight: bold;
font-size: 5em;
text-align: center;
background-color: #424B54;
color: #F0EFF4;
overflow-y: hidden;
}
p {
font-family: Arial, sans-serif;
font-size: 18px;
color: #F0EFF4;
line-height: 1.6;
}
.subtitle {
font-size: 24px;
text-align: center;
display: block;
}
.video-container {
width: 80%;
height: 60vh;
position: center;
display: none;
margin: 0 auto;
}
.video-js {
background-color: #424B54;
width: 80% !important;
height: 80% !important;
display: none;
}
.video-js .vjs-picture-in-picture-control {
display: none;
}
.btn {
padding: 8px 12px;
border-radius: 10px;
border: 2px solid rgba(0,0,0,.1);
cursor: pointer;
font-size: 16px;
}
.btn:hover {
border: 2px solid rgba(0,0,0,.8);
}