From 0316193ae407ae6b849c285ab2c3f67a9912954f Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 30 Nov 2025 17:08:32 -0500 Subject: [PATCH] Team page : Correctif au header + background fixed --- www/css/style.css | 42 +++++++++++++++++++++--------------------- www/team.html | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 6346392..0b6da42 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -342,39 +342,39 @@ footer { display: block; text-align: center; align-content: center; +} + +.team header.introduction h1, +.team header.introduction p { line-height: 5; font-size: 2rem; } + .team header.introduction div.introduction { background-color: #13172cd5; height: 100vh; } -.team header.introduction button { - color: #ffefe5; - padding: 0 16px; - margin: 0 4px; - - height: 40px; - border: none; - border-radius: 20px; - background-color: #13172c; -} - -.team header.introduction button a { - display: flex; - align-items: center; - align-content: center; +.team header.introduction div.introduction a { + display: inline-block; text-decoration: none; + color: #ffefe5; + padding: 10.8px 16px; + margin: 160px 4px; + background-color: #13172c; + border-radius: 20px; } -.team header.introduction button:hover { - height: 40px; +.team header.introduction div.introduction a:hover { border-radius: 20px; background-color: #b47871; } +.team main { + margin: auto; +} + .team section article { display: flex; padding: 16px; @@ -391,19 +391,19 @@ footer { } .team section article#lea { - background: #13172c url("../images/imagesTeam/BackgroundLea.webp") center/cover; + background: #13172c url("../images/imagesTeam/BackgroundLea.webp") center/cover fixed; } .team section article#jeremy { - background: #13172c url("../images/imagesTeam/BackgroundJeremy.webp") center/cover; + background: #13172c url("../images/imagesTeam/BackgroundJeremy.webp") center/cover fixed; } .team section article#andres { - background: #13172c url("../images/imagesTeam/BackgroundAndres.webp") center/cover; + background: #13172c url("../images/imagesTeam/BackgroundAndres.webp") center/cover fixed; } .team section article#stanislas { - background: #13172c url("../images/imagesTeam/BackgroundStanislas.webp") center/cover; + background: #13172c url("../images/imagesTeam/BackgroundStanislas.webp") center/cover fixed; } diff --git a/www/team.html b/www/team.html index 0b1086d..92b2e8a 100644 --- a/www/team.html +++ b/www/team.html @@ -29,7 +29,7 @@

L'équipe

Les ALT-F4 forment une équipe dans le cadre du projet intégrateur.

- + Plus d'infos