Merge pull request 'Fixing some major site design issues' (#8) from site-design into main

Reviewed-on: #8
This commit is contained in:
Emma Tebibyte 2022-07-02 10:47:09 +00:00
commit 64a2fcb5ca
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;
}