From d333e2eb03b76e644f62b2c11bac2d0e399847e3 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 7 Apr 2022 11:21:44 +0200 Subject: [PATCH] Meilleur footer --- styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 30e5167..d064a48 100644 --- a/styles.css +++ b/styles.css @@ -147,7 +147,13 @@ header { */ footer { - background: var(--a-lec_black) 1% 1% url(../templates/electronic.png) no-repeat; + background: #2d4b63 50% 0 url(../templates/fond_titre.png) no-repeat; /* old IE fallback */ + + background-attachment: fixed, scroll; + background-image: url(../templates/electronic.png), url(../templates/fond_titre.png); + background-position: 0 0, 0 50%; + background-repeat: repeat, no-repeat; + background-size: auto, cover; } #a-lec_footer h1 {