Skip to content

Instantly share code, notes, and snippets.

@boztek
Forked from anonymous/dabblet.css
Created May 6, 2013 02:47
Show Gist options
  • Save boztek/5523107 to your computer and use it in GitHub Desktop.
Save boztek/5523107 to your computer and use it in GitHub Desktop.
Playground
/**
* Playground
*/
background: #f06;
min-height: 100%;
max-height: 100px;
overflow: scroll;
width: 50%;
margin: auto;
<!-- content to be placed inside <body>…</body> -->
<div class="content">
<h1>This is a test</h1>
<p>Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. At vero eos et accusam et justo duo dolores et ea rebum.</p>
</div>
jQuery('h1').hide();
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment