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