Top "Css-filters" questions

CSS filters are post-processing effects such as opacity, gradients, and shadows which can be applied to elements using CSS3 properties

css filter to make elements one color

The following CSS filter: filter: brightness(0) invert(1); makes elements all-white (source). Neat, but is there a way to make them …

css colors css-filters
How to transform black into any given color using only CSS filters

My question is: given a target RGB color, what is the formula to recolor black (#000) into that color using only …

javascript css math algebra css-filters
Can you CSS Blur based on a gradient mask?

Can you CSS Blur based on a gradient mask? Something similar to this effect, http://www.imagemagick.org/Usage/mapping/#…

css css-filters
Getting a full-screen HTML5 Video Background Blur to work?

I've seemed to try all the tricks in the book here, and nothing's working. I have a full-screen, absolute positioned …

css html html5-video css-filters
How to make multiple DROP-shadow?

i want make two shadows with dropshadow for the div backgroundimage. This wont work: -webkit-filter:drop-shadow(3px 3px 5px #000000, 2px 2…

css css-filters
Blur part of an image with CSS

I have a problem with an image. I tried to blur a part of an image, but my solution deosn't …

css css-filters
Why is filter(drop-shadow) causing my SVG to disappear in Safari?

I am developing an app using D3.js. I was sidetracked for a while, and recently came back to it. …

css svg safari mobile-safari css-filters
Internet Explorer CSS filter

Is there any way to make this CSS class work in Internet Explorer 11? .inactive { filter: contrast(0.5) sepia(100%) hue-rotate(116deg) brightness(1.2) …

css internet-explorer-11 grayscale css-filters
CSS grayscale filter and background-blend-mode at same time?

I'm trying to treat an image the same way it is in a photoshop file - desaturating the image to …

css background css-filters background-blend-mode
How to make a color white using filter property in CSS

I have a svg image where I want to change the color of the svg using the css filter property. …

html css css-filters