Cross-Browser CSS Filter

Cross-Browser CSS Filter
Post Title: Cross Browser Canvas
Current permalink(no changes made): cross-browser-canvas
CSS Filter is the method of applying filter effects (like blur, grayscale, brightness, contrast, and hue) to elements, previously only possible by using SVG.
Browser Support
This feature is currently only supported by Firefox.
Code Example
You can use CSS Filter like this:
filter: blur(2px);
More Information
More information can be found here.