Spaces:
Runtime error
Runtime error
File size: 471 Bytes
3deaf02 ca5bd83 2c12844 ca5bd83 3deaf02 ca5bd83 3deaf02 ca5bd83 3deaf02 2c12844 |
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 |
html {
height: 100%;
}
body {
padding: 1rem;
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;
}
@media (min-width: 600px) {
body {
padding: 2rem;
}
}
|