Skip to content

Instantly share code, notes, and snippets.

@silverma
Created January 27, 2012 20:20
Show Gist options
  • Save silverma/1690718 to your computer and use it in GitHub Desktop.
Save silverma/1690718 to your computer and use it in GitHub Desktop.
My First Dabblet
/**
* My First Dabblet
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
font-size: 30px;
<!-- content to be placed inside <body>…</body> -->
<body>
<p>Hello</p>
</body>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment