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; }