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

-
+