Skip to content

Instantly share code, notes, and snippets.

@tomax
Created March 12, 2013 12:50
Show Gist options
  • Select an option

  • Save tomax/5142626 to your computer and use it in GitHub Desktop.

Select an option

Save tomax/5142626 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%;
}
div {
background-color: white;
width:300px;
-webkit-transform: matrix(1, 0.1, 0.2, 0.1, 0, 0);
<!-- content to be placed inside <body>…</body> -->
<div>content</div>
// alert('Hello world!');
{"view":"separate","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