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);
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments