-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (62 loc) · 1.04 KB
/
Copy pathstyle.css
File metadata and controls
72 lines (62 loc) · 1.04 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
body{
background: #F4D04E;
font-family: "Figtree", sans-serif;
font-weight: 500;
color: #111111;
letter-spacing: 0px;
line-height: 150%;
}
.container{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 100vh;
}
.PreviewCard{
background: #FFFFFF;
height: 500px;
width: 350px;
padding: 2em;
border-radius: 38px;
box-shadow: 1px 5px 1px 7px #111111;
}
img{
margin-bottom: 1.5em;
height: 42%;
}
.blogTag{
margin-top: 2em;
background: #F4D04E;
padding: 0.5em;
border-radius: 5px;
padding: 0.5em;
font-weight: 800;
}
.publishedDate{
font-size: 0.875rem;
line-height: 150%;
}
h1{
font-weight: 800;
font-size: 1.5rem;
}
p{
color: #6B6B6B;
}
h1:hover{
color: #F4D04E;
cursor: pointer;
}
.user{
display: flex;
align-items: center;
height: 5rem;
align-self: center;
}
.userName{
font-weight: 800;
margin-left: 1em;
align-self: center;
margin-bottom: 1em;
}