From 80fb4dc6475352ad05f724c4d6f9c87e13d9c51a Mon Sep 17 00:00:00 2001 From: Anthony Mahe Date: Sun, 1 Jun 2025 12:12:49 +0200 Subject: [PATCH] CSS : Centrage texte --- class.css | 2 ++ navigation.css | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/class.css b/class.css index 614eb8c..c8f1e73 100644 --- a/class.css +++ b/class.css @@ -145,8 +145,10 @@ .texte { flex-grow: 6; + text-align: justify; } + .specialiste { flex-grow: 1; } diff --git a/navigation.css b/navigation.css index a1812db..ac9c067 100644 --- a/navigation.css +++ b/navigation.css @@ -40,6 +40,11 @@ width: 100%; } +a .active { + border-bottom: solid; + border-color: #CC4331; +} + li a:hover::after { width: 100%; } @@ -224,7 +229,7 @@ nav { display: none; } -.menu-btn:checked~nav #menuXL { +.menu-btn:checked~nav-phone #menuXL { max-height: 100vh; max-width: 300px; width: 300px;