From 5b9fd61d1c77c3e758f4225d65ef3b74672377fc Mon Sep 17 00:00:00 2001 From: Ghouar-Toussaint Rafael Date: Thu, 13 Jun 2024 19:50:01 +0200 Subject: [PATCH] travail en colab avec alexis et nicolas sur un partage --- css/style.css | 12 ------------ php/connexion.php | 36 +++++++++++++++++++++++++++--------- php/inscription.php | 15 +++++++++++++++ 3 files changed, 42 insertions(+), 21 deletions(-) diff --git a/css/style.css b/css/style.css index 9f87936..a6b16de 100644 --- a/css/style.css +++ b/css/style.css @@ -23,23 +23,11 @@ footer { margin-top: auto; /* Assure que le footer pousse vers le bas */ } -footer .licence { - margin: 0; /* Réduit les marges internes */ - padding: 0; /* Réduit les padding internes */ -} - footer .licence p { margin: 5px 0; /* Réduit les marges des paragraphes */ } -footer .licence img { - width: 30px; /* Taille réduite de l'image */ - vertical-align: middle; /* Aligne verticalement l'image avec le texte */ -} - footer .licence a { - display: inline-block; - margin: 0 5px; /* Marges réduites autour des liens */ color: #ffffff; } diff --git a/php/connexion.php b/php/connexion.php index b260433..52f3d4a 100644 --- a/php/connexion.php +++ b/php/connexion.php @@ -1,3 +1,14 @@ + + + + + + Connexion - Jeux Olympiques + + + + + - - - - - - Connexion - Jeux Olympiques - - -
@@ -71,5 +73,21 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) { + + + \ No newline at end of file diff --git a/php/inscription.php b/php/inscription.php index 496370d..acfcc38 100644 --- a/php/inscription.php +++ b/php/inscription.php @@ -71,5 +71,20 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) { + + \ No newline at end of file