Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
Latest commit
86 lines (70 loc) · 1.08 KB
/
Copy pathstyles.css
File metadata and controls
86 lines (70 loc) · 1.08 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
@font-face {
font-family:"Inter";
font-style: normal;
font-weight:100900;
font-display: swap;
src: url(./fonts/Inter/Inter-VariableFont_opsz-wght.ttf) format("truetype");
}
body {
font-family:"Inter", sans-serif;
line-height:1.75rem;
margin:0;
}
main {
padding:02rem;
max-width:48rem;
margin:4rem auto;
}
header,
footer {
padding:02rem;
height:4rem;
font-weight:500;
}
header>span,
footer>span {
padding:1.25rem0;
display: inline-block;
}
header {
border-bottom:1px solid hsla(0,0%,9%,1);
}
footer {
border-top:1px solid hsla(0,0%,9%,1);
}
nav {
display: inline-block;
}
nav>a {
margin-left:1rem;
}
h1 {
font-weight:800;
font-size:2.25rem;
line-height:2.5rem;
margin-top:4rem;
margin-bottom:2rem;
}
h2 {
font-weight:700;
font-size:1.5rem;
line-height:2rem;
margin-top:3rem;
margin-bottom:1.5rem;
}
p {
margin-top:1.25rem;
margin-bottom:1.25rem;
}
strong {
font-weight:700;
}
a {
color:hsl(24054%51%);
}
ul {
padding-left:2rem;
}
li::marker {
color:hsla(24054%51%);
}