-
Notifications
You must be signed in to change notification settings - Fork 0
/
rightlist.css
81 lines (64 loc) · 936 Bytes
/
rightlist.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
80
81
.list-head{
color:white;
display: flex;
justify-content: center;
}
.list-head p{
position: relative;
left:20px;
top:10px;
}
.list1{
float: right;
margin-right: 6%;
margin-top:-2.5%;
padding:10px;
overflow: scroll;
height: 330px;
}
.list1::-webkit-scrollbar{
display: none;
}
.l1,.l2,.l3,.l4{
display: flex;
color: white;
padding-left:10px;
text-align: center;
justify-content: center;
width:300px;
}
.l1 img{
height: 80px;
width: 80px;
}
.l2 img{
height: 80px;
width: 80px;
}
.l3 img{
height: 80px;
width: 80px;
}
.as{
margin-left:5%;
}
.fa-ellipsis{
margin-left:20%;
}
.l1 p{
position: relative;
left:-20px;
}
.l2 p{
position: relative;
left:-20px;
}
.l3 p{
position: relative;
left:-20px;
}
@media screen and (max-width:1350px) {
.list1{
display: none;
}
}