From 1c93e242afa8f3044105ab8415a8022846a5be3c Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 22 Nov 2025 22:13:22 -0500 Subject: [PATCH] =?UTF-8?q?Correctif=20du=20layout=20de=20la=20page=20d'?= =?UTF-8?q?=C3=A9quipe=20+=20changement=20de=20la=20couleur=20de=20surlign?= =?UTF-8?q?ement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www/css/style.css b/www/css/style.css index f381f76..335271a 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -73,6 +73,11 @@ footer { padding: 16px; } +::selection { + /*Source: https://openclassrooms.com/forum/sujet/couleur-surlignage-34526*/ + background-color: #641A10; +} + /****************************/ /* PAGE: Accueil */ /* AUTEUR: Léa */ @@ -150,6 +155,7 @@ footer { grid-template-columns: 15%; display: flex; justify-content: center; + align-items: center; } .team div.nom { @@ -166,7 +172,7 @@ footer { .team div.avatar img { width: 100%; aspect-ratio: 1 / 1; /* hauteur = largeur */ - border-radius: 60px; + border-radius: 20%; padding: 16px; }