From bbb722d2e66a346e9669bb807d77ba73f8ff8433 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 23 Nov 2025 21:50:48 -0500 Subject: [PATCH] =?UTF-8?q?Retrait=20visuel=20d'un=20paragraphe=20d'intro?= =?UTF-8?q?=20fictif=20dans=20la=20page=20d'=C3=A9quipe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/css/style.css b/www/css/style.css index 990a156..140b115 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -108,6 +108,11 @@ footer { /* PAGE: L'équipe */ /* AUTEUR: Jérémy & Andres */ /****************************/ +/* À RETIRER ? */ +.team div.intro { + display: none; +} + .team { background: #13172c url("../images/imagesTeam/Intro.png") center; background-size: cover;