How to make blurred text with CSS?
By given a paragraph, some part of text may contain spoiler alert or not safe for work.
We can use the example below as a reference to make text blurred.
The main CSS to handle blurred effect is here:
1 | .spoiler-blurred { |
Codepen Example link: https://codepen.io/tivAgbk6frnAXaUN/pen/QWGwYop
This is the end of post