diff --git a/css/style.css b/css/style.css index a6b16de..8e29301 100644 --- a/css/style.css +++ b/css/style.css @@ -1,40 +1,41 @@ /*Pour toutes les pages : */ -html, body { - height: 100%; - margin: 0; -} -body { - display: flex; - flex-direction: column; - min-height: 100%; -} + html, body { + height: 100%; + margin: 0; + } -#content.index { - flex: 1; -} + body { + display: flex; + flex-direction: column; + min-height: 100%; + } -footer { - font-size: 15px; /* Taille de police réduite */ - color: #ffffff; - text-align: center; - background-color: #000000e2; - padding: 5px 0; /* Padding réduit pour moins d'espace vertical */ - margin-top: auto; /* Assure que le footer pousse vers le bas */ -} + #content.index { + flex: 1; + } -footer .licence p { - margin: 5px 0; /* Réduit les marges des paragraphes */ -} + footer { + font-size: 15px; /* Taille de police réduite */ + color: #ffffff; + text-align: center; + background-color: #000000e2; + padding: 5px 0; /* Padding réduit pour moins d'espace vertical */ + margin-top: auto; /* Assure que le footer pousse vers le bas */ + } -footer .licence a { - color: #ffffff; -} + footer .licence p { + margin: 5px 0; /* Réduit les marges des paragraphes */ + } + footer .licence a { + color: #ffffff; + } - header {font-size: 23px; + header { + font-size: 23px; background-image: url(../img/ouiouibaguette.jpg); - padding: 10px; + padding: 10px 0; text-align: center; } @@ -43,7 +44,8 @@ footer .licence a { background-color: #FFFF; padding: 6px;} - header nav {margin-left: auto; + header nav { + margin-left: auto; margin-right: auto; width: 90%; display: flex; @@ -51,16 +53,17 @@ footer .licence a { justify-content: space-between; } - header nav a {color : black; + header nav a { + color : black; text-decoration: none; } - /* index.php */ - h1.Hello {font-size: 50px; + h1.Hello { + font-size: 50px; text-align: center; color: white; } @@ -72,3 +75,4 @@ footer .licence a { margin-left: 5%; line-height: 135%; } + diff --git a/img/ouiouibaguette.jpg b/img/ouiouibaguette.jpg index 49ca37f..7b09ea3 100644 Binary files a/img/ouiouibaguette.jpg and b/img/ouiouibaguette.jpg differ diff --git a/php/connexion.php b/php/connexion.php index 52f3d4a..22b689f 100644 --- a/php/connexion.php +++ b/php/connexion.php @@ -53,7 +53,7 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) { -
+
+ diff --git a/php/inscription.php b/php/inscription.php index acfcc38..e394c50 100644 --- a/php/inscription.php +++ b/php/inscription.php @@ -1,3 +1,13 @@ + + + + + + Inscription - Jeux Olympiques + + + + - - - - - - Inscription - Jeux Olympiques - - -
+
+