From af41906468fae35fd31db474294a764c84e7a2f0 Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Tue, 8 Aug 2023 16:59:02 +0100 Subject: [PATCH] Colour suggestions from using this tool[https://www.canva.com/colors/color-wheel/] on the colour of the ones and zeros on the background --- src/stylesheets/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/stylesheets/index.css b/src/stylesheets/index.css index 9fc2777..c91bf77 100644 --- a/src/stylesheets/index.css +++ b/src/stylesheets/index.css @@ -16,6 +16,14 @@ 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; margin-left: 20%; margin-right: 20%;