Created
July 18, 2013 20:51
-
-
Save Calamari/6032975 to your computer and use it in GitHub Desktop.
Making a CSS3 only blur effect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Making a CSS3 only blur effect | |
*/ | |
.blurred { | |
-webkit-filter: blur(4px); | |
/* These a |