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




-
+


- +