-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
43 lines (43 loc) · 1.02 KB
/
index.css
File metadata and controls
43 lines (43 loc) · 1.02 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
body {
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-variation-settings:"slnt" 0;
margin: 0px;
padding: 0px;
}
.card {
margin: 10px;
padding: 16px;
border-radius: 5px;
border: 1px solid #CFCFCF;
cursor: pointer;
aspect-ratio: 2 / 3;
max-width: 200px;
}
img {
width: 100%;
object-fit: cover;
border-radius: 5px;
}
button {
display: flex;
align-items: center;
text-decoration: none;
border-radius: 8px;
font-size: 0.84375rem;
font-weight: 554;
cursor: pointer;
gap: 7px;
color: #FBFBFB;
text-align: center;
vertical-align: middle;
background-color: #40C2C2;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
min-height: 30px;
padding: .25rem .6875rem;
transition: transform .25s cubic-bezier(.19,1,.22,1);
border: none;
}