Skip to content

Instantly share code, notes, and snippets.

@ostroffsky
Created May 2, 2012 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ostroffsky/2577241 to your computer and use it in GitHub Desktop.
Save ostroffsky/2577241 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
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.item {
display: inline-block;
padding: 10px;
background-color: rgba(255, 255, 255, .5);
}
.wrapper {
padding: 10px;
background: rgba(255, 255, 255, .5);
display: none;
}
<!-- content to be placed inside <body>…</body> -->
<div class="wrapper" style="display: block;">
<div class="item item_1" style="display: none;">1</div>
<div class="item item_2">2</div>
<div class="item item_3">3</div>
</div>
{"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