From 9287ac6a74e6d553671044fdb04039e8e22f8cbe Mon Sep 17 00:00:00 2001 From: Morph01 Date: Thu, 18 Apr 2024 15:18:01 +0200 Subject: [PATCH] les styles c'est bien, et aussi les formulaires --- css/style.css | 5 +++++ vues/jouerPartie_vue.php | 24 ++++++++++++++++++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 03a0962..50bef1c 100644 --- a/css/style.css +++ b/css/style.css @@ -102,6 +102,11 @@ footer { text-align: center; } +.unecarte { + display: inline-block; + background-color: tomato; +} + .panneau_details>div { margin-right: 2%; } diff --git a/vues/jouerPartie_vue.php b/vues/jouerPartie_vue.php index 324ddf8..438eb06 100644 --- a/vues/jouerPartie_vue.php +++ b/vues/jouerPartie_vue.php @@ -42,7 +42,7 @@ function afficherCartes(int $idpartie): void { $cartes = getCardsName($idpartie); - echo '
'; + echo '
'; afficher_depart(); for ($i = 0; $i < sizeof($cartes); $i++) { afficherCarte($cartes[$i], $i + 1); @@ -64,6 +64,25 @@ function formulaire_selection_partie() echo ''; } +function formulaire_selection_des_main() +{ + echo '
+
+ + +
+
+ + +
+
+ + +
+ +
'; +} + ?> @@ -71,7 +90,7 @@ function formulaire_selection_partie()

Jouer une partie

-
+