From ceb80a7bbdff8504702c53cd0d91405fdfc13771 Mon Sep 17 00:00:00 2001 From: Ghouar-Toussaint Rafael Date: Sun, 16 Jun 2024 17:58:12 +0200 Subject: [PATCH] travail en colab avec alexis et nicolas sur un partage --- css/style.css | 2 +- php/creer_event.php | 4 ++-- php/evenement.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index a8762ac..8488bed 100644 --- a/css/style.css +++ b/css/style.css @@ -122,7 +122,7 @@ .inscription { width: 400px; - height: 900px; + height: 950px; margin: 100px auto ; /* Augmenter la marge en haut à 100px */ padding: 40px; background-color: #d4d4d4; diff --git a/php/creer_event.php b/php/creer_event.php index a8f3e19..8815459 100644 --- a/php/creer_event.php +++ b/php/creer_event.php @@ -76,9 +76,9 @@ mysqli_close($db);
-

Inscription


+

Création évènements


-
+





diff --git a/php/evenement.php b/php/evenement.php index 4ffee44..19a4e40 100644 --- a/php/evenement.php +++ b/php/evenement.php @@ -111,7 +111,7 @@ $event = mysqli_stmt_get_result($stmt); Créer un évènement"; + echo "
Créer un évènement"; } } ?>