-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpreview.css
More file actions
66 lines (58 loc) · 997 Bytes
/
preview.css
File metadata and controls
66 lines (58 loc) · 997 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
63
64
65
66
html {
width: 1200px;
height: 630px;
}
p {
margin: 0;
}
body {
background-color: rgb(251, 251, 251);
font-family: "Titillium Web", sans-serif;
font-weight: 100;
font-size: 46px;
color: #141c22;
text-align: center;
padding: 64px;
margin: 0;
display: flex;
flex-direction: column;
justify-content: space-around;
box-sizing: border-box;
width: 100%;
height: 100%;
}
h2 {
font-weight: 700;
font-size: 4rem;
align-self: center;
flex-shrink: 1;
text-align: end;
line-height: 1.25;
}
.excerpt {
line-height: 1.25;
flex: 1;
text-align: initial;
font-size: 2rem;
vertical-align: middle;
display: flex;
flex-direction: column;
justify-content: center;
}
.logo {
display: inline-block;
color: #e9573f;
flex: 1 0 300px;
aspect-ratio: 1/1;
height: auto;
}
.top {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
flex-shrink: 1;
text-wrap: balance;
width: 100%;
gap: 1rem;
}