Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created December 16, 2011 08:35
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 Wolfr/1485151 to your computer and use it in GitHub Desktop.
Save Wolfr/1485151 to your computer and use it in GitHub Desktop.
Testing dabblet
/**
* Testing dabblet
*/
body {
background: #DBDBDB;
margin: 20px;
}
#test {
width: 260px;
background: #FFF;
border-radius: 6px;
box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.15);
font-family: Helvetica, Arial, sans-serif;
padding: 20px;
line-height: 1.33;
font-size: 24px;
}
<!-- content to be placed inside <body>…</body> -->
<div id="test">
<p>This is a test of dabblet.com, a tool to share HTML/CSS snippets by Lea Verou.</p>
</div>
{"page":"result","view":"split-vertical"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment