Blur Img’s & Div’s in HTML using CSS

Webkit has a property called -webkit-filter that allows for the techniques of blurring: -webkit-filter: blur(15px);

http://jsfiddle.net/danielfilho/KxWRA/

Leave a Comment