Created
July 31, 2014 06:33
-
-
Save shenqihui/771e4b3bbcf1b6bad459 to your computer and use it in GitHub Desktop.
blurred_answer by quora
This file contains 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
.blurred_answer .para_block { | |
filter: blur(6px); | |
-webkit-filter: blur(6px); | |
-moz-filter: blur(6px); | |
-o-filter: blur(6px); | |
-ms-filter: blur(6px); | |
/* filter: url(/static/firefox-blur.svg#blur); */ | |
margin-bottom: 30px; | |
margin-left: 5px; | |
width: 495px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment