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 '