From 417aadd0f1501c675def259d6d0a908aebd98189 Mon Sep 17 00:00:00 2001 From: kscheidecker <kilian.scheidecker@orange.fr> Date: Tue, 11 Mar 2025 11:56:34 +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 da3b6a8..5805748 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -21,7 +21,7 @@ gap: 4rem; /* Space between items */ margin: auto; /* margin-bottom: 4vh; */ - background: linear-gradient(to bottom right, #F9B208, #E72E77); + background: linear-gradient(to bottom right, rgb(249, 178, 8), #E72E77); padding-right: 3vw; /* 40 px approx*/ padding-left: 3vw; } @@ -81,7 +81,7 @@ width: 11vw; border-radius: 15px; border: 4px solid black; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 4px 8px rgba(249, 178, 8, 0.6); } .hero-catch-phrase {