From e23ffeaa81c53fd9747793757f924251014b67e7 Mon Sep 17 00:00:00 2001 From: journeau Date: Fri, 6 Jan 2023 21:38:09 +0100 Subject: [PATCH] ajout footer a rectifier --- about/index.html | 64 ++++++++++++++++++++++++++++-------------- assets/css/footer.css | 30 ++++++++++++++++++++ contact/index.php | 65 +++++++++++++++++++++++++++++-------------- faq/index.html | 22 +++++++++++++++ index.html | 65 +++++++++++++++++++++++++++++-------------- product/index.html | 65 +++++++++++++++++++++++++++++-------------- 6 files changed, 227 insertions(+), 84 deletions(-) create mode 100644 assets/css/footer.css diff --git a/about/index.html b/about/index.html index 768dfbb..f31c5a9 100644 --- a/about/index.html +++ b/about/index.html @@ -1,23 +1,45 @@ - - - Elite Solar - - - - - -
-

Elite Solar

- - -
- - \ No newline at end of file + + + Elite Solar + + + + + + +
+

Elite Solar

+ + +
+ + + diff --git a/assets/css/footer.css b/assets/css/footer.css new file mode 100644 index 0000000..3bcd4b6 --- /dev/null +++ b/assets/css/footer.css @@ -0,0 +1,30 @@ +footer { + font-family: system-ui; + background: #616A6B; + color: white; + text-align: center; + display: flex; + flex-direction: column; + align-items: center; + padding: 20px; + position: fixed; + bottom: 0; + width: 100%; +} + +footer h2 { + font-size: 25pt; +} + +footer ol { + display: inline-block; +} + +footer p{ + display: flex; + justify-content: center; + padding: 25px; + width: 100%; + background-color: #45a1ff; + color: white; +} diff --git a/contact/index.php b/contact/index.php index f24979f..761fc5f 100644 --- a/contact/index.php +++ b/contact/index.php @@ -1,23 +1,46 @@ - - - Elite Solar - - - - - -
-

Elite Solar

- - -
- - \ No newline at end of file + + + Elite Solar + + + + + + +
+

Elite Solar

+ + +
+ + + + diff --git a/faq/index.html b/faq/index.html index 84eca91..59767f7 100644 --- a/faq/index.html +++ b/faq/index.html @@ -5,6 +5,7 @@ Elite Solar + @@ -52,5 +53,26 @@ + diff --git a/index.html b/index.html index f1b5f09..3e473c2 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,46 @@ - - - Elite Solar - - - - - -
-

Elite Solar

- - -
- - \ No newline at end of file + + + Elite Solar + + + + + + +
+

Elite Solar

+ + +
+ + + + diff --git a/product/index.html b/product/index.html index 4581b88..b569982 100644 --- a/product/index.html +++ b/product/index.html @@ -1,23 +1,46 @@ - - - Elite Solar - - - - - -
-

Elite Solar

- - -
- - \ No newline at end of file + + + Elite Solar + + + + + + +
+

Elite Solar

+ + +
+ + + +