The ________ filter in CSS is used to adjust the brightness of an element.
- blur
- brightness
- contrast
- sepia
The brightness filter in CSS is used to adjust the brightness of an element. It allows you to control how bright or dark an element appears, with values less than 1 making it darker, and values greater than 1 making it brighter.
Loading...
Related Quiz
- If you want to vertically center an inline or inline-block element relative to its parent, you'd set "vertical-align" to ________.
- What's the result of applying the grayscale(100%) filter to a colored image?
- How would you blend two overlapping elements using the mix-blend-mode property?
- What is the default value of the box-sizing property in CSS?
- Which property-value combination will make text both italicized and bold?