Skip to content

Instantly share code, notes, and snippets.

@shenqihui
Created July 31, 2014 06:33
Show Gist options
  • Save shenqihui/771e4b3bbcf1b6bad459 to your computer and use it in GitHub Desktop.
Save shenqihui/771e4b3bbcf1b6bad459 to your computer and use it in GitHub Desktop.
blurred_answer by quora
.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