From 43f5a4edca826cf1431e070ee0d6c9080da9bd3e Mon Sep 17 00:00:00 2001 From: MoxiFoxi411 Date: Fri, 14 Mar 2025 11:57:45 +0100 Subject: [PATCH] Glow changes --- style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 35b6b4c..c440ba6 100644 --- a/style.css +++ b/style.css @@ -17,9 +17,10 @@ header { width: 100%; - background-color: rgba(0,0,0,0.2); + background-color: rgba(0,0,0,0.3); backdrop-filter: blur(5px); + } img { @@ -31,10 +32,10 @@ img { position:absolute; z-index: -1; - top: -50%; + top: -7em; - width: 100%; - height: 500px; + width: 75%; + height: 15em; background-image: radial-gradient(rgba(255, 77, 0, 0.5) 0%, rgba(0,0,0,0)70%); }