Filtering

CSS filter property is a powerful tool that allows you adding filters to the images. We’ll cover some examples of all the filters defined for CSS.

.filter-img {
  filter: filter-name (filter-value);
}

Combine Filters

You can use multiple filters in one declaration to create infinite custom effects.