-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
executable file
·50 lines (41 loc) · 972 Bytes
/
styles.css
File metadata and controls
executable file
·50 lines (41 loc) · 972 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
a {
text-decoration: none;
color: #000;
}
a:hover {
background-color: #c0e6f7;
}
.video-content-div {
padding: 5%;
padding-top: 2%;
background-color: black;
}
.video-content-carousel {
background-color: black;
height: 550px;
}
.video {
position: relative;
height: 100%;
width: 70%;
aspect-ratio: 16 / 9;
}
.column-container {display: flex; width: 100%; height: 100%; flex-direction: row; overflow: hidden; padding: 30px;}
.row-container {display: flex; width: 100%; height: 100%; flex-direction: column; overflow: hidden; padding-left: 30px; padding-right: 30px;}
.video-description {
overflow-y: auto;
height: 530px;
padding: 30px;
padding-top: 0;
width: 30%;
}
.video-thumbnail {
height: auto;
width: 320px;
border: 2px solid black;
border-radius: 10px;
}
.video-list-description {
overflow-y: auto;
height: 179px;
}