Skip to content

Instantly share code, notes, and snippets.

@erikjung
Forked from lensco/dabblet.css
Created October 9, 2012 03:10
Show Gist options
  • Save erikjung/3856351 to your computer and use it in GitHub Desktop.
Save erikjung/3856351 to your computer and use it in GitHub Desktop.
Fun with filters
/* Fun with filters */
body {
background: #ddd;
margin: 2em;
}
h1 {
font-size: 5em;
text-shadow: 0 1em 0 rgba(0,0,0,.33);
-webkit-filter: drop-shadow(0 1em 0 rgba(0,0,0,.33));
}
<h1>Banana Ham</h1>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment