Setting colour for boxes and moving all into one box

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2023-09-08 16:44:36 +01:00
parent bf18821e33
commit e2321a625d
2 changed files with 3 additions and 13 deletions

View file

@ -16,15 +16,7 @@ body{
.boxes {
display: -moz-flex;
/*
Colour options for below:
Complementary: #8F3B31
Monochromatic: #3EA8B5
Analogus: #31568F OR #318F6A
Triadic: #8F3185 OR #858F31
Tetradic: #6A318F OR #8F3B31 OR #568F31
*/
background-color: white;
background-color: #008B8B;
margin-left: 20%;
margin-right: 20%;
margin-bottom: 3%;