From b2ffe184a9e5de6d8754415d20e90fd3aaa138e6 Mon Sep 17 00:00:00 2001 From: pisouvigne Date: Wed, 12 Aug 2020 16:57:43 +0200 Subject: [PATCH] chnagements --- site/v1/css/style.css | 17 +++++ site/v1/index.html | 80 ++++++++++++++++------ site/v1/js/func.js | 132 +++++++++++++++++++++++++++++++++---- site/v1/js/generateGame.js | 2 + 4 files changed, 196 insertions(+), 35 deletions(-) diff --git a/site/v1/css/style.css b/site/v1/css/style.css index fae36d2..ac23077 100644 --- a/site/v1/css/style.css +++ b/site/v1/css/style.css @@ -105,6 +105,19 @@ html { justify-content: center; } +#selectionContainer2 { + margin: 0 auto; + width: 60%; + display: flex; + flex-wrap: wrap; +} + +.flexElement { + flex-grow: 1; + width: 32%; + margin-right: 25px; +} + #generate_button_perso { display: flex; justify-content: center; @@ -244,6 +257,10 @@ html { color: white; } +#modeSelectionPage { + display: none; +} + .closebtn { margin-left: 15px; color: white; diff --git a/site/v1/index.html b/site/v1/index.html index 3d5c479..06325dc 100644 --- a/site/v1/index.html +++ b/site/v1/index.html @@ -22,24 +22,6 @@
-
-
- Tutoriel - -
-
- Vanilla - -
-
- Normal - -
-
- Mode Perso - -
-
@@ -216,6 +198,44 @@
+
+
+ +

Sélection

+ +
+
+
+
+

Fonctions Logiques :

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+


+
+ Jouer + +
+
+
@@ -606,10 +626,28 @@ -