diff --git a/HyperSet/.idea/workspace.xml b/HyperSet/.idea/workspace.xml index de63d7d..ec73d9d 100644 --- a/HyperSet/.idea/workspace.xml +++ b/HyperSet/.idea/workspace.xml @@ -152,6 +152,7 @@ + @@ -195,10 +196,10 @@ - + - + diff --git a/HyperSet/vues/css/style.css b/HyperSet/vues/css/style.css index f986306..79e995a 100644 --- a/HyperSet/vues/css/style.css +++ b/HyperSet/vues/css/style.css @@ -53,8 +53,7 @@ h1 { height: auto; width: auto; transform: rotate(90deg); - position: fixed; - + position: center; } .game-board3 { @@ -62,6 +61,7 @@ h1 { margin-left: -15%; height: 1000px; width: 1700px; + position: center; } @@ -72,6 +72,7 @@ h1 { margin-left: -25%; height: 1000px; width: 1700px; + position: center; } @@ -84,8 +85,7 @@ h1 { height: 800px; width: 780px; transform: rotate(90deg); - position: fixed; - + position: center; } .game-board { margin-top: -3%; @@ -93,8 +93,7 @@ h1 { height: 700px; width: 600px; transform: rotate(90deg); - position: fixed; - + position: center; } .game-board0 { margin-top: 5%; @@ -102,7 +101,8 @@ h1 { height: 595px; width: 600px; transform: rotate(90deg); - position: fixed; + position: center; + } .game-board1 { @@ -111,7 +111,7 @@ h1 { width: 700px; margin-left: 25%; transform: rotate(90deg); - position: fixed; + position: center; } .game-boardHS0 { @@ -120,7 +120,8 @@ h1 { height: auto; width: auto; transform: rotate(90deg); - position: fixed; + position: center; + } .game-boardHS { @@ -128,7 +129,7 @@ h1 { height: 800px; width: 800px; transform: rotate(90deg); - position: fixed; + position: center; } .game-boardHS1 { margin-top: -0.5%; @@ -136,7 +137,7 @@ h1 { height: 800px; width: 800px; transform: rotate(90deg); - position: fixed; + position: center; } .game-boardHS2 { @@ -145,7 +146,7 @@ h1 { height: 800px; width: 800px; transform: rotate(90deg); - position: fixed; + position: center; } .shape { @@ -897,4 +898,4 @@ radial-gradient(#fafafa 10%, transparent 10%); } -/*solution pour avoir l'image en rainure ou vide a voir dans le css*/ \ No newline at end of file + diff --git a/HyperSet/vues/homePage.html b/HyperSet/vues/homePage.html index 349814d..06961a9 100644 --- a/HyperSet/vues/homePage.html +++ b/HyperSet/vues/homePage.html @@ -210,7 +210,7 @@ -