s4553711
12/28/2012 - 9:34 AM

The first commented line is your dabblet’s title

The first commented line is your dabblet’s title

{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
// alert('Hello world!');
<h1>This is H1</h1><!-- content to be placed inside <body>…</body> -->
<div class="bk">
Block 1
</div>
/**
 * The first commented line is your dabblet’s title
 */
*{
	background: #f06;
	background: linear-gradient(45deg, #f06, yellow);
	min-height: 100%;
}
div.bk{
	background: linear-gradient(60deg, yellow, blue);
	margin:2px;
	padding:2px;
}