Fixing some major site design issues #8

Merged
emma merged 1 commits from site-design into main 2022-07-02 10:47:11 +00:00
1 changed files with 10 additions and 1 deletions

View File

@ -15,11 +15,20 @@
background: red;
}
header {
text-align: center;
}
body {
background-color: black;
font-family: 'Ubuntu';
color: white;
max-width: 95%;
max-width: 50em;
margin: 2em auto;
padding: 5%;
}
p {
text-align: justify;
}