The first commented line is your dabblet’s title
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
<!-- content to be placed inside <body>
<article>
Here I write something
</article>
</body> -->
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
}
article {
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
width: 50%;
margin: auto;
}