-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyt.css
More file actions
52 lines (46 loc) · 772 Bytes
/
Copy pathyt.css
File metadata and controls
52 lines (46 loc) · 772 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
body {
font-family: 'Roboto', sans-serif;
}
.thumbnail {
width: 100%;
}
.video-grid{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.video-title{
font-size: 18px;
font-weight: 500;
margin-top:8px;
margin-bottom:8px;
vertical-align: top;
}
.video-stats{
margin-top: 8px;
margin-bottom: 8px;
margin-top:5px;
font-size: 12px;
color: rgb(96, 96, 96);
}
.video-details-1{
display :grid;
grid-template-columns: 50px 1fr;
}
.channel-logo{
width: 40px;
border-radius: 50%;
margin-top: 10px;
}
.video-author{
margin-top: 8px;
margin-bottom: 8px;
font-size: 12px;
color: rgb(96, 96, 96);
}
.video-1{
width:300px
}
.video-info-1_{
display: grid;
grid-template-columns: 40px 1fr;
}