Items now centered on webpage

This commit is contained in:
eoghan.conlon 2023-08-08 15:56:21 +01:00
parent 427b4cf2bd
commit c9cbc1d49a
2 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,7 @@
/* General styling */
body{
background-color: #007480;
text-align: center;
}
/* Title bar */
#title {
@ -22,4 +23,9 @@ body{
#modify {
background-color: white;
}
.boxes {
margin-left: 20%;
margin-right: 20%;
}