From 6779f1d95df29158f6be093789cd8e31ceaec299 Mon Sep 17 00:00:00 2001 From: frperalde Date: Mon, 8 Mar 2021 11:29:31 +0100 Subject: [PATCH] changement couleur et forme fonctionnel --- SwichGIT/src/css/base.css | 7 +++- SwichGIT/src/index.html | 69 +++++++++++++++++++++++++++++++++------ SwichGIT/src/js/main.js | 36 ++++++++++---------- SwichGIT/src/js/menu.js | 19 +++++++++-- 4 files changed, 99 insertions(+), 32 deletions(-) diff --git a/SwichGIT/src/css/base.css b/SwichGIT/src/css/base.css index a4ff6d2..b9c88f5 100644 --- a/SwichGIT/src/css/base.css +++ b/SwichGIT/src/css/base.css @@ -9,7 +9,12 @@ --colorcarre : #c97fb3;/*CARRE*/ --colorone : #00a088;/*TRIANGLE*/ --colortwo : #5880c1;/*CROIX*/ - --colorthree : #C800FF;/*LOSANGE*/ + + --colorseven : #e9546f;/*ROND*/ + --coloreight : #c97fb3;/*CARRE*/ + --colornine : #00a088;/*TRIANGLE*/ + --colorten : #5880c1;/*CROIX*/ + --colorthree : #E6792F;/*LOSANGE*/ --colorfour : #E6DA27;/*PENTA*/ --colorfive : #2E6DB4;/*HEXA*/ --colorsix : #E6792F;/*HOCTO*/ diff --git a/SwichGIT/src/index.html b/SwichGIT/src/index.html index 7e843f1..952ab0c 100644 --- a/SwichGIT/src/index.html +++ b/SwichGIT/src/index.html @@ -114,9 +114,8 @@
-
- +
@@ -201,14 +200,15 @@