Home / CSS Tips Generated By ChatGPT / Using filter for Visual Effects in CSS Apply graphical effects like blur or brightness to elements with the filter property. Source Code .blurry-text { filter: blur(2px); }