From 57f805d39187d6c7245861203a6f684431d64fd4 Mon Sep 17 00:00:00 2001 From: DahmaneYanis Date: Mon, 9 Jan 2023 22:06:56 +0100 Subject: [PATCH] Ajout footer sobre --- index.css | 23 +++++++++++++++++++++++ index.html | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 46a0da6..f64c4d5 100644 --- a/index.css +++ b/index.css @@ -276,4 +276,27 @@ img{ width : 40%; margin-top : 30px; align-self: center; +} + +/* +======================================== + Footer +======================================== +*/ + +footer +{ + width: 82%; + margin-top : 20px; + padding-bottom: 5px; + color: #D4D4D5; + font-size: 90%; + + + border: 1px solid #D4D4D5; +} + +.end +{ + text-align: center; } \ No newline at end of file diff --git a/index.html b/index.html index b7f1829..34073f0 100644 --- a/index.html +++ b/index.html @@ -267,7 +267,8 @@ \ No newline at end of file