This commit is contained in:
Zoeycode 2021-08-19 21:03:30 +00:00
parent 815cf10383
commit bc9a0786ab
6 changed files with 53 additions and 13 deletions

21
styles/index.css Normal file
View file

@ -0,0 +1,21 @@
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;
}