Html – How to get a background image that's not blurred inside a container but blurred outside
I'm trying to get the image inside my login form not blurred but keep the background outside of the login form blurred What I'm trying to do What I currently have Tried backdrop filter and etc .bg-image { position: fixed;…