I try to import a .png
file via url()
in CSS, but the button ends up being a solid color from within the image, instead of the image itself. I've tried different images and it just loads a different solid color.
The Navbar should be a solid color and there are buttons in the corner but its affected by the blur from surrounding elements. I tried messing with the z-index
, but that doesn't change anything. I tried removing blur, and it fixes the blurry gradient, but thats not an issue for me, the .png
is still not loading correctly.
I'm still trying to under CSS and this is more than likely because of mixing of different tutorials without understanding the core of CSS, but I'd like to understand why they clash.