From ace3988b2541e456be3af87573158aac858adb7a Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 11:49:56 +0100 Subject: [PATCH] shadow --- assets/css/hero.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index c08d5da..fdf9696 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -128,7 +128,7 @@ color: #333; /* background-color: #fbfbfb; */ border-radius: 20px; - box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3); + box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); } @@ -165,7 +165,7 @@ height: auto; border-radius: 15px; border: 4px solid black; - box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6); + box-shadow: 0 15px 25px (#E72E77, 0.6); } /* Button at the end of the hero-second */