Home » CSS » Css miscellaneous » Question
  1. Which of the following element is used by the filter property to blur the images?
    1. blur()
    2. opaque()
    3. scatter()
    4. All of above
    5. None of these
Correct Option: A

Blurs an element, for use by the filter property. Accepts a distance measurement within which pixels are randomly scattered. A value of 0 leaves the image as is.



Your comments will be displayed only after manual approval.