From f9e71ac37da8485e83fb6df2a624d3b85d67f64b Mon Sep 17 00:00:00 2001 From: adplantade Date: Mon, 22 Jun 2020 14:22:29 +0200 Subject: [PATCH] changement du fond des vitraux --- code/index.css | 19 +++++++------------ code/index.html | 15 ++++++++------- code/ress/fond_tr.png | Bin 0 -> 8119 bytes 3 files changed, 15 insertions(+), 19 deletions(-) create mode 100644 code/ress/fond_tr.png diff --git a/code/index.css b/code/index.css index e9f3021..f462cd8 100644 --- a/code/index.css +++ b/code/index.css @@ -58,16 +58,11 @@ flex-direction: column; } - /* + .vitrail { - background: tomato; - padding: 5px; - width: 200px; - height: 150px; - margin-top: 10px; - line-height: 150px; - color: white; - font-weight: bold; - font-size: 3em; - text-align: center; - }*/ \ No newline at end of file + padding: 15px; + background-image: url(ress/fond_tr.png); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + } \ No newline at end of file diff --git a/code/index.html b/code/index.html index 386457f..e0fa7d9 100644 --- a/code/index.html +++ b/code/index.html @@ -9,19 +9,19 @@