From be1ec6167ca91880faa13e7fe06b48781f86fbaf Mon Sep 17 00:00:00 2001 From: BERDUGO Simon Date: Mon, 11 Apr 2022 08:17:35 +0200 Subject: [PATCH] =?UTF-8?q?Transf=C3=A9rer=20les=20fichiers=20vers=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..c2771e7 --- /dev/null +++ b/style.css @@ -0,0 +1,14 @@ +body{ + background-attachment:fixed; + background-image:url("fondecran.jpg"); + background-position:center; + background-repeat:no-repeat; + background-size:cover; + margin:0; +} +h1{ + text-align: center; + font-size:100px; + font-family:Arial Narrow, sans-serif; + color:white; +}