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%); }