Spaces:
Runtime error
Runtime error
File size: 407 Bytes
3deaf02 ca5bd83 3deaf02 ca5bd83 3deaf02 ca5bd83 3deaf02 |
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 |
html {
height: 100%;
}
body {
padding: 2rem;
font-family: 'Lato', sans-serif;
background-color: hsl(0 0% 1%);
background: linear-gradient(hsl(0 0% 1%) 50%, hsl(0 0% 8%) 100%);
background-attachment: fixed;
}
h1 {
font-family: 'Italiana', serif;
letter-spacing: 0.05ch;
}
body, h1 {
color: hsl(0 0% 97%);
}
a, a:visited {
color: white;
text-decoration: none;
font-weight: 700;
}
|