Final website tweaks

This commit is contained in:
Simon Prince
2024-04-18 17:41:04 -04:00
parent faf53a49a0
commit 2d300a16a1
20 changed files with 540 additions and 320 deletions

23
Old/style.css Normal file
View File

@@ -0,0 +1,23 @@
body {
font-size: 17px;
margin: 2% 10%;
}
#head {
display: flex;
flex-direction: row;
flex-wrap: wrap-reverse;
justify-content: space-between;
width: 100%;
}
#cover {
justify-content: center;
display: flex;
width: 30%;
}
#cover img {
width: 100%;
height: min-content;
}