CSS Property:
filter:
blur(5px)
brightness(200%)
contrast(200%)
drop-shadow(8px 8px 10px red)
grayscale(100%)
hue-rotate(90deg)
invert(100%)
opacity(30%)
saturate(8)
sepia(100%)
contrast(200%) brightness(150%)
none
Result:
CSS Code:
img#myImg {
filter:
blur(5px)
;
}
Click the property values above to see the result
w3ii.com
- Play it