-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (65 loc) · 1.23 KB
/
Copy pathstyle.css
File metadata and controls
65 lines (65 loc) · 1.23 KB
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
.d{
position: relative;
width: 400px;
margin: auto;
padding: 10px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
border-radius: 16px;
box-shadow: 0px 0px 10px rgb(79, 79, 79);
}
.d-img{
width: 100%;
border-radius: 16px;
margin-bottom: -10px;
}
.heading{
font-weight: 500;
margin-bottom: -10px;
}
.dis{
position: absolute;
top: 230px;
background-color: rgb(68, 68, 255);
width: 140px;
color: white;
}
.pr{
position: absolute;
width: 60px;
padding: 2px;
top: 5px;
left: 16px;
border-radius: 3px;
font-size: 15px;
background-color: rgb(124, 124, 124);
color: rgb(207, 206, 206);
font-size: small;
}
.time{
position: absolute;
top: 230px;
left: 350px;
border-radius: 5px;
font-size: 15px;
background-color: rgb(255, 255, 255);
color: black;
padding: 2px;
font-size: small;
}
.para{
color: rgb(131, 131, 131);
}
.para2{
color: rgb(156, 155, 155);
font-weight: 400;
margin-left: 70px;
margin-top: -18px;
margin-bottom: -1px;
}
.r{
border-top: 2px solid lightgray;
}
.r-img{
width:60px;
margin-bottom: -20px;
}