Skip to content

Instantly share code, notes, and snippets.

@struCoder
Created November 21, 2014 03:52
Show Gist options
  • Save struCoder/42b485b9114c8c64f7fd to your computer and use it in GitHub Desktop.
Save struCoder/42b485b9114c8c64f7fd to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.demo {
width: 200px;
height: 200px;
-webkit-box-shadow: 0px 0px 10px #333;
box-shadow: 0px 0px 10px #333;
color: transparent;
text-shadow: #111 0 0 5px;
}
<!-- content to be placed inside <body>…</body> -->
<div class="demo">
<p>This is Demo</p>
</div>
// alert('Hello world!');
{"view":"split","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