Colour suggestions from using this tool[https://www.canva.com/colors/color-wheel/] on the colour of the ones and zeros on the background
This commit is contained in:
parent
7b4d02b18f
commit
af41906468
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@ body{
|
||||||
|
|
||||||
.boxes {
|
.boxes {
|
||||||
display: -moz-flex;
|
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: white;
|
||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
margin-right: 20%;
|
margin-right: 20%;
|
||||||
|
|
Loading…
Reference in a new issue