-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
62 lines (50 loc) · 913 Bytes
/
Copy pathstyles.css
File metadata and controls
62 lines (50 loc) · 913 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
53
54
55
56
57
58
59
60
61
62
body {
background-color: hsl(47, 88%, 63%);
}
.card {
background-color: hsl(0, 0%, 100%);
border: 1px solid hsl(0, 0%, 7%);
border-radius: 15px;
width: 350px;
margin: 50px auto;
box-shadow: 8px 8px 0;
}
.card-content {
padding: 0 10px 10px 15px;
font-family: 'Figtree', sans-serif;
}
.design {
border-radius: 25px;
width: 92%;
margin: 0 auto;
border: 15px solid hsl(0, 0%, 100%);
}
.tag {
background-color: hsl(47, 88%, 63%);
display: inline-block;
font-weight: 800;
padding: 0.6em 0.85em;
border-radius: 5px;
margin: 0.08em;
}
.date {
font-weight: 500;
}
.title {
font-size: 1.5em;
font-weight: 1000;
}
.description {
color: hsl(0, 0%, 42%);
}
.icon, .name {
display: inline-block;
}
.icon {
max-width: 40px;
vertical-align: middle;
}
.name {
font-weight: 800;
padding: 0.5em;
}