Items now centered on webpage
This commit is contained in:
parent
427b4cf2bd
commit
c9cbc1d49a
2 changed files with 9 additions and 5 deletions
|
@ -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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue