zyllian.github.io/styles/index.css
2021-08-19 21:03:30 +00:00

21 lines
246 B
CSS

body {
font-family: sans-serif;
margin: 0;
}
header.main-header {
display: block;
padding: 4px;
background-color: #0ad;
}
a {
text-decoration: none;
}
a:hover, a:focus {
text-decoration: underline;
}
main.page {
margin: 8px;
}