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