-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.css
More file actions
77 lines (58 loc) · 913 Bytes
/
video.css
File metadata and controls
77 lines (58 loc) · 913 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.thumbnail{
width: 98%;
height: 100%;
border-radius: 11px;
}
.thumbnail:hover{
cursor: pointer;
}
.vid-preview:hover{
cursor: pointer;
}
.channel-1{
width: 36px;
border-radius: 36px;
}
.channel-1:hover{
cursor: pointer;
}
.video_title{
font-size: 16px;
color: white;
margin-top: 0;
vertical-align: top;
font-weight:500;
line-height: 20px;
margin-bottom: 12px;
}
.channel_name{
color:#aaa;
display: inline-block;
font-size: 14px;
}
.channel_name:hover{
color: white;
cursor: pointer;
}
.video_stats{
color:#aaa;
font-size: 14px;
}
.row1-vids{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 16px;
row-gap: 40px;
margin-left: 100px;
margin-right: 15px;
}
.thumbnail-div{
margin-bottom: 12px;
}
.channel-name-div{
margin-bottom: 4px;
}
.vid-info-grid{
display: grid;
grid-template-columns: 50px 1fr;
}