From 83e51ab07fc5aad2c6b3b3daac7367d04fb3fbd4 Mon Sep 17 00:00:00 2001 From: readhame Date: Mon, 13 Jul 2020 18:34:33 +0200 Subject: [PATCH] compteur 4x4 plus factorisation de certaines fonctions --- HyperSet/.idea/workspace.xml | 5 +- HyperSet/vues/css/style.css | 28 +- HyperSet/vues/homePage.html | 17 +- HyperSet/vues/js/set.js | 8465 +++++++--------------------------- 4 files changed, 1796 insertions(+), 6719 deletions(-) diff --git a/HyperSet/.idea/workspace.xml b/HyperSet/.idea/workspace.xml index 22e9adf..036be8e 100644 --- a/HyperSet/.idea/workspace.xml +++ b/HyperSet/.idea/workspace.xml @@ -113,7 +113,10 @@ - + + + + diff --git a/HyperSet/vues/css/style.css b/HyperSet/vues/css/style.css index 6eba14d..da20362 100644 --- a/HyperSet/vues/css/style.css +++ b/HyperSet/vues/css/style.css @@ -32,9 +32,8 @@ h1 { .card { display: table-cell; - width: 200px; - - height: 140px; + width: 170px; + height: 120px; border: 2px solid #ccc; background: #F5F5F5; } @@ -54,10 +53,17 @@ h1 { transform: rotate(90deg); } +.game-board2 { + margin-top: -2%; + margin-left: 30%; + height: 800px; + width: 780px; + transform: rotate(90deg); +} .game-board { margin-top: -5%; - margin-left: 22%; + margin-left: 19%; height: 700px; width: 600px; transform: rotate(90deg); @@ -74,21 +80,27 @@ h1 { margin-top: -4%; height: 800px; width: 700px; - margin-left: 40%; + margin-left: 30%; transform: rotate(90deg); } +.game-boardHS0 { + margin-top: 20.1%; + height: auto; + width: auto; + transform: rotate(90deg); +} .game-boardHS { - margin-top: -5%; - margin-left: 40%; + margin-top: -1%; + margin-left: 35%; height: 800px; width: 800px; transform: rotate(90deg); } .game-boardHS1 { margin-top: -4.5%; - margin-left: 50%; + margin-left: 41%; height: 800px; width: 800px; transform: rotate(90deg); diff --git a/HyperSet/vues/homePage.html b/HyperSet/vues/homePage.html index 601f891..207ea87 100644 --- a/HyperSet/vues/homePage.html +++ b/HyperSet/vues/homePage.html @@ -11,16 +11,20 @@ -

HyperSet

- -
- +
+

HyperSet

+
+ +
+ +