From 685d8828a77999188fff7949c130a4cfe3977b4c Mon Sep 17 00:00:00 2001 From: neox Date: Thu, 29 Feb 2024 09:48:22 +0100 Subject: [PATCH] template: body et titres --- template/styles.css | 100 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 80 insertions(+), 20 deletions(-) diff --git a/template/styles.css b/template/styles.css index a601d3c..d0a9cb9 100644 --- a/template/styles.css +++ b/template/styles.css @@ -30,15 +30,18 @@ } body { - line-height: 1.5em; - background-attachment: fixed; - background-image: url(../template/electronic.jpg); - background-position: 0 0; + display: contents; + color: var(--a-lec_black); + background: var(--a-lec_white); + font-family: sans-serif; + font-size: 100%; + text-align: justify; + text-justify: auto; + background: var(--a-lec_white); } /* Contains all website, after */ -div#site_container { -} +div#site_container {} /* div contains
and