10 Answers
New AnswerOK, this is one of solutions, I've used ::before pseudoselector and applied blur to it, instead of the header. Take a look : https://code.sololearn.com/WOwb1a4RyrFA/?ref=app
When i apply the filter:blur() to a div that has background-image, it also applies to all of the content of that div, but I just want to blur the background-image and keep the content unchanged; is there a way to do that?
please look at the filter in the header section https://code.sololearn.com/WR0l6zh17pzv/?ref=app
.class{ backdrop-filter: blur(10px); } Is used to make the element like glass. The backdrop-filter property allows you to eliminate this extra “background” element and apply filters to the backdrop directly:
What comes after border in the question about making an image brighter and circled
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message