diff --git a/WEB/src/CSS/LogSign.css b/WEB/src/CSS/LogSign.css index 3b548f5f..9b2b7f9d 100644 --- a/WEB/src/CSS/LogSign.css +++ b/WEB/src/CSS/LogSign.css @@ -215,5 +215,17 @@ body { } } +.top{ + display: flex; +} + +.material-icons{ + margin-bottom: 10%; +} + +.top h2{ + margin-left: 25%; + margin-top: 2% ; +} /* Home Button */ \ No newline at end of file diff --git a/WEB/src/CSS/Presentation.css b/WEB/src/CSS/Presentation.css index a4391a5c..8032d0bc 100644 --- a/WEB/src/CSS/Presentation.css +++ b/WEB/src/CSS/Presentation.css @@ -6,11 +6,12 @@ html{ background-position: center; background-repeat: no-repeat; background-size: cover; - } +} body{ font-family: "Orbitron", sans-serif; + height: 95%; } .Presentation{ @@ -49,7 +50,6 @@ body{ .Histoire,.ConsigneRun,.ConsigneSubmit{ margin-top: 0; - margin-left: 20px; background: rgba(0,0,0,0.8); box-sizing: border-box; box-shadow: 0 15px 25px rgba(0,0,0,); @@ -59,6 +59,18 @@ body{ margin-right: 10%; } +.titre_pre{ + display: flex; + font-size: 14px; + height: 15%; +} + .sign{ - margin-bottom: 30px; -} \ No newline at end of file + margin-top: 3%; + margin-left:12% +} + +.retour{ + margin-top: 1%; + margin-left: 10%; +} diff --git a/WEB/src/pages/Enigme/Presentation.html b/WEB/src/pages/Enigme/Presentation.html index af37169e..4de0a348 100644 --- a/WEB/src/pages/Enigme/Presentation.html +++ b/WEB/src/pages/Enigme/Presentation.html @@ -7,18 +7,24 @@ + Presentation
-
-

- P - resen - t - ation -

-
+
+
+ home +
+
+

+ P + resen + t + ation +

+
+
@@ -46,10 +52,15 @@
-

Tu pense avoir réussi ? Tres bien ! Utilise le bouton submit pour faire valider ton code est passer à la prochaine enigme

+

Tu pense avoir réussi ? Tres bien ! Utilise le bouton submit pour faire valider ton code et passer à la prochaine enigme

-
+
+ + Next + +
+ \ No newline at end of file diff --git a/WEB/src/pages/Home.html b/WEB/src/pages/Home.html index 0b94b164..3e6dc2fd 100644 --- a/WEB/src/pages/Home.html +++ b/WEB/src/pages/Home.html @@ -19,7 +19,7 @@
- + diff --git a/WEB/src/pages/LogSign/Login.html b/WEB/src/pages/LogSign/Login.html index bf105fa2..410dd34c 100644 --- a/WEB/src/pages/LogSign/Login.html +++ b/WEB/src/pages/LogSign/Login.html @@ -12,9 +12,9 @@