Spaces:
Runtime error
Runtime error
File size: 267 Bytes
ca5bd83 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
body {
/* width: 100%; */
padding: 2rem;
font-family: 'Lato', sans-serif;
background-color: hsl(0 0% 1%);
}
h1 {
font-family: 'Italiana', serif;
letter-spacing: 0.05ch;
}
body, h1 {
color: hsl(0 0% 97%);
}
/* #options h3 {
font-weight: 700;
} */
|