filter: blur() and contrast() together doesnt work
How do I make the same effect of the image? I tried using the bit of code provided but it just blurs it
15 Replies
filter:blur(5px) contrast(.3);
Do thisDoes it work for you?
Yupp. But contrast should be .3 not 30
I tried but it doesnt work
Contrast wont have any effect on a white text
Change the text to something else other then white or black
Or nvm
It does work on white text. Just me being stupid xD
But it's not working, the text is still blurred, the point of adding the contrast is to "unblur" it
That is not what contrast is used for
Or you can do it but yeah...
You can follow this https://codepen.io/tok124/pen/GRxxEbr
I made that a while ago
2 years ago. I guess thats what you wanna do?
Yes kind of but I can't replicate it
I dont think it will work on text
I cannot get it to work on text at least
you need the filter on a wrapper, the text in a separate element inside
Or yeah, it does work on text, i just had to lower the blur a lot ^^
Keep in mind you must have a background on the wrapper