diff --git a/WEB/View/src/CSS/Enigme.css b/WEB/View/src/CSS/Enigme.css index d0da9b9c..4fea8f72 100644 --- a/WEB/View/src/CSS/Enigme.css +++ b/WEB/View/src/CSS/Enigme.css @@ -79,7 +79,6 @@ h1, h2, h3, h4, h5, h6 { width: 120px; height: 60px; background: transparent; - font-family: "Equinox", sans-serif; } .btn:before, .btn:after{ @@ -120,4 +119,6 @@ h1, h2, h3, h4, h5, h6 { align-items: center; text-transform: uppercase; color: #fff; + font-family: "Equinox", sans-serif; + font-size: 1.2rem; } \ No newline at end of file diff --git a/WEB/View/src/pages/Multijoueur/Partie.html b/WEB/View/src/pages/Multijoueur/Partie.html new file mode 100644 index 00000000..c2f7f066 --- /dev/null +++ b/WEB/View/src/pages/Multijoueur/Partie.html @@ -0,0 +1,173 @@ + + + + + + + + <?php + echo $enigme->getNom(); + ?> + + + + + + + + + +
+ +
+
+ home +
+
+ +
+ + +
+ + + +
+ +
+

+ getNom(); + ?> +

+

+ getEnonce(); + ?> +

+

Rappel

+

+ getRappel(); + ?> +

+

Exemple

+

+ getExemple(); + ?> +

+ + +
+ + + +
+
getPrompt(); + } + else { + echo $code;} + ?>
+
+ + + +
+ + +
+ +
+ +
+
+
+ +
+ +
+ + + + + + + + + + + \ No newline at end of file