blur()
Quick Summary for blur()
			    The 
			blur() CSS function applies a Gaussian blur to the input image. Its result is a <filter-function>.
			  Code Usage for blur()
blur(radius) More Details for blur()
blur()
The blur() CSS function applies a Gaussian blur to the input image. Its result is a <filter-function>.
Syntax
blur(radius) Parameters
radius        The radius of the blur, specified as a <length>. It defines the value of the standard deviation to the Gaussian function, i.e., how many pixels on the screen blend into each other; thus, a larger value will create more blur. A value of 0 leaves the input unchanged. The lacuna value for interpolation is 0.
Examples
Setting a blur with pixels and with rem
blur(0)        /* No effect */ blur(8px)      /* Blur with 8px radius */ blur(1.17rem)  /* Blur with 1.17rem radius */ Specifications
| Specification | 
|---|
| Filter Effects Module Level 2 # funcdef-filter-blur | 
See also
<filter-function>   brightness()   contrast()   drop-shadow()   grayscale()   hue-rotate()   invert()   opacity()   saturate()   sepia() Last modified: Aug 12, 2021, by MDN contributors
Select your preferred language English (US)EspañolFrançais日本語한국어Русский中文 (简体) Change language Posted in   
      12:22 am, February 22, 2022 
    Add Comment
Other Items in CSS
      rgb()
rgba()
:right
right
@right-bottom
:root
rotate
rotate()
rotate3d()
rotateX()
rotateY()
rotateZ()
row-gap
ruby-align
ruby-position
saturate()
scale
scale()
scale3d()
scaleX()
scaleY()
scaleZ()
:scope
scroll-behavior
scroll-margin
scroll-margin-block
scroll-margin-block-end
scroll-margin-block-start
scroll-margin-bottom
scroll-margin-inline
scroll-margin-inline-end
scroll-margin-inline-start
scroll-margin-left
scroll-margin-right
scroll-margin-top
scroll-padding
scroll-padding-block
scroll-padding-block-end
scroll-padding-block-start
scroll-padding-bottom
scroll-padding-inline
scroll-padding-inline-end
scroll-padding-inline-start
scroll-padding-left
scroll-padding-right
scroll-padding-top
scroll-snap-align
scroll-snap-stop
scroll-snap-type
@scroll-timeline
    
   
	