Skip to content

Instantly share code, notes, and snippets.

@iworkforthem
Created December 22, 2016 11:00
Show Gist options
  • Save iworkforthem/a5b50d5391d1c9d10b12b5215011cdd7 to your computer and use it in GitHub Desktop.
Save iworkforthem/a5b50d5391d1c9d10b12b5215011cdd7 to your computer and use it in GitHub Desktop.
blur background
document.querySelector("body").style.WebkitFilter = 'blur(4px)';
document.querySelector("body").style.filter= 'blur(4px)';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment