From 989ef381f5544418caf3b96aa9572bdaaedf79ed Mon Sep 17 00:00:00 2001 From: Noel Thomy Date: Mon, 21 Oct 2024 23:38:02 +0400 Subject: [PATCH] ExerciceBootstarpV2 --- Thomy Noel/connection.html | 2 +- Thomy Noel/liste.html | 4 ++-- Thomy Noel/style.css | 9 ++++++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Thomy Noel/connection.html b/Thomy Noel/connection.html index 4b0624b..6d28ec9 100644 --- a/Thomy Noel/connection.html +++ b/Thomy Noel/connection.html @@ -51,7 +51,7 @@
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
-
+

Connectez vous

diff --git a/Thomy Noel/liste.html b/Thomy Noel/liste.html index 7b3ad11..f97532d 100644 --- a/Thomy Noel/liste.html +++ b/Thomy Noel/liste.html @@ -47,6 +47,7 @@
CAMPUS INFORMATIQUE ET MARKETING DIGITAL
+

Listes des étudiants

@@ -76,8 +77,7 @@ - - + diff --git a/Thomy Noel/style.css b/Thomy Noel/style.css index 480964b..663bd58 100644 --- a/Thomy Noel/style.css +++ b/Thomy Noel/style.css @@ -1,8 +1,15 @@ -form{ +#connection{ width: 20%; margin: 64px auto; + background-color: rgb(245, 238, 230); + border-radius: 10%; + box-shadow: black; + padding: 32px; } +h1{ + text-align: center; +} #navig{ height: 100px; background-color: #009BDE;
Thornton
4 Julien