Skip to content

Blurred Background in CSS

Updated: at 11:17 PM

Create blurred backgrounds in CSS without the forthcoming blur API

While waiting for the official property, the trick is to create blurred version of the background, and set the background property both of them (main body background and box that want to be blurred) to be cover sized and fixed.

Read more from the source: CodePen