From 69593daeec77f8a67c21d3a71c82e921f5208779 Mon Sep 17 00:00:00 2001 From: Ghouar-Toussaint Rafael Date: Thu, 13 Jun 2024 20:43:08 +0200 Subject: [PATCH] travail en colab avec alexis et nicolas sur un partage --- css/style.css | 13 +++++++++++++ php/connexion.php | 11 +++++------ php/inscription.php | 11 ++++++----- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index 8e29301..889a9df 100644 --- a/css/style.css +++ b/css/style.css @@ -76,3 +76,16 @@ line-height: 135%; } + + + .content_cours { + width: 400px; + height: 400px; + margin: 100px auto ; /* Augmenter la marge en haut à 100px */ + padding: 40px; + background-color: #f2f2f2; + border: 5px solid #ccc; + border-radius: 90px; + text-align: center; + font-size: 130%; + } \ No newline at end of file diff --git a/php/connexion.php b/php/connexion.php index 22b689f..407a946 100644 --- a/php/connexion.php +++ b/php/connexion.php @@ -53,7 +53,6 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) { -
- -

Connexion


+
+ +

Connexion




-
+


- - +
diff --git a/php/inscription.php b/php/inscription.php index e394c50..a5633f3 100644 --- a/php/inscription.php +++ b/php/inscription.php @@ -48,7 +48,6 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) { -
- -

Inscription


+
+ + +

Inscription




-
+


- +