Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 11: How to use CSS transitions, transforms, animations, and filters!
You have completed (UPI) Chapter 11: How to use CSS transitions, transforms, animations, and filters!
Instruction
Common Filter Methods
blur(px): Applies a Gaussian blur. Higher pixel values increase the blur.
brightness(%): Adjusts brightness from 0% (black) to values over 100% (brighter).
contrast(%): Adjusts contrast from 0% (black) to values over 100% (increased contrast).
drop-shadow(offset-x offset-y blur-radius color): Adds a shadow to the image, similar to box-shadow.
grayscale(%): Converts image to grayscale....