Add some basic site changes

This commit is contained in:
Zoey 2021-08-19 12:52:42 -07:00
parent 608fbd3928
commit bd18c6015b
No known key found for this signature in database
GPG key ID: 2DCAC8EA81672106
3 changed files with 32 additions and 4 deletions

View file

@ -2,3 +2,22 @@ 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;
}