Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
CSS

CSS Filters

Apply visual effects with filter: blur, grayscale, drop-shadow, etc.

CSS Filters — a practical guide to CSS filters with clear examples you can reuse in real projects.

CSS Tutorial Series (90/109). Prefer one article? Read the complete CSS tutorial.

Short description

Use lightly for performance and accessibility (don’t rely on color alone).

Filter

.muted {
  filter: grayscale(1) contrast(0.95);
}

Leave a reply

Your email address will not be published. Required fields are marked *