Skip to content

Instantly share code, notes, and snippets.

@dave-4k
Created May 24, 2017 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dave-4k/4650c85c5e10ea8f83ef2e8f96069d85 to your computer and use it in GitHub Desktop.
Save dave-4k/4650c85c5e10ea8f83ef2e8f96069d85 to your computer and use it in GitHub Desktop.
Looking through Dirty Glass
/**
* Looking through Dirty Glass
*/
body { margin:0;}.wasteland { animation:zoomIn 10s linear infinite alternate; background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/71829/wasteland.jpg); background-size:cover; height:100vh; position:fixed; width:100vw;}.glass { animation:zoomIn 10s linear infinite alternate-reverse; background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/71829/5791996587_7b192ffbf7_o.jpg); background-size:cover; height:100vh; opacity:.3; position:fixed; width:100vw;}@keyframes zoomIn { 0% { transform:scale(1); } 100% { transform:scale(1.5); }}
<div class="wasteland"></div><div class="glass"></div>
// alert('Welcome to codespector!');
{"view":"split-vertical","fontsize":"100","seethrough":"","codespector_bootstrap":"","codespector_jquery":"","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment