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
No description
15 Replies
Tok124 (CSS Nerd)
filter:blur(5px) contrast(.3); Do this
lko
lko3mo ago
Does it work for you?
Tok124 (CSS Nerd)
Yupp. But contrast should be .3 not 30
lko
lko3mo ago
I tried but it doesnt work
Tok124 (CSS Nerd)
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
lko
lko3mo ago
But it's not working, the text is still blurred, the point of adding the contrast is to "unblur" it
Tok124 (CSS Nerd)
That is not what contrast is used for Or you can do it but yeah...
Tok124 (CSS Nerd)
I made that a while ago 2 years ago. I guess thats what you wanna do?
lko
lko3mo ago
Yes kind of but I can't replicate it
Tok124 (CSS Nerd)
I dont think it will work on text I cannot get it to work on text at least
MarkBoots
MarkBoots3mo ago
you need the filter on a wrapper, the text in a separate element inside
Tok124 (CSS Nerd)
Or yeah, it does work on text, i just had to lower the blur a lot ^^
No description
Tok124 (CSS Nerd)
Keep in mind you must have a background on the wrapper