From e589a92f7b0bf9d72e90ddd8342d34b464c4bbdd Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 11:35:47 +0100 Subject: [PATCH] shadow --- assets/css/hero.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 1e77b68..ed2a6c9 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -126,6 +126,8 @@ padding: 20px; font-size: 1.8rem; color: #333; + background-color: #fff2d2; + border-radius: 20px; } .bloc-text h3 { @@ -161,7 +163,7 @@ height: auto; border-radius: 15px; border: 4px solid black; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); } /* Button at the end of the hero-second */