-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
106 lines (93 loc) · 1.94 KB
/
Copy pathstyle.css
File metadata and controls
106 lines (93 loc) · 1.94 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
body {
background: rgb(225,66,140);
background: linear-gradient(90deg, rgba(225,66,140,1) 30%, rgba(129,163,216,1) 96%);
}
.card-container {
width:47%;
height: 350px;
background-color: white;
margin-left: 27%;
margin-top: 16%;
}
.image-container {
width: 100%;
height: 290px;
}
.card-thumbnail {
margin-top: -10%;
margin-left: 15px;
font-size: 40px;
font-weight: 300;
color: white;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.arrow-container {
width: 23px;
height: 23px;
padding: 7px;
margin-top: 10px;
margin-left: 20px;
border-radius: 50%;
background-color:rgb(254, 253, 253);
}
.arrow-container:hover {
background-color: rgb(100, 170, 240);
}
#arrow:hover {
color: white;
opacity: 1;
}
.material-symbols-outlined {
opacity: 0.6;
}
.taskbar-container {
display: flex;
justify-content: space-between;
}
.heart-container {
width: 23px;
height: 23px;
padding: 8px;
margin-top: 10px;
margin-left: 20px;
border-radius: 50%;
background-color:rgb(254, 253, 253);
}
.bookmark-container {
width: 23px;
height: 23px;
padding: 8px;
margin-top: -38px;
margin-left: -115px;
border-radius: 50%;
background-color:rgb(254, 253, 253);
}
.share-container {
width: 23px;
height: 23px;
padding: 8px;
margin-top: -38px;
margin-left: -55px;
border-radius: 50%;
background-color:rgb(254, 253, 253);
}
.delete-container {
width: 23px;
height: 30px;
padding: 8px;
margin-top: -39px;
margin-left: 3px;
border-radius: 50%;
background-color:rgb(254, 253, 253);
}
#heart {
margin-left: -200px;
margin-top: 0px;
width: 30px;
height: 30px;
font-variation-settings:
'FILL' 1,
'wght' 400,
'GRAD' 0,
'opsz' 48
}