Add background blur with one line of CSS
Adding background blur to an element can make it more visually appealing and it's also REALLY use to do it. So, you might as well add it cuz why not? ¯_(ツ)_/¯
The line of code you need
backdrop-filter: blur(5px);
Besides that, make sure that the ele...
axorax.hashnode.dev1 min read