Skip to content

Instantly share code, notes, and snippets.

@adriengibrat
Created January 8, 2013 11:36
Show Gist options
  • Save adriengibrat/4483128 to your computer and use it in GitHub Desktop.
Save adriengibrat/4483128 to your computer and use it in GitHub Desktop.
Gradient Background test
/**
* Gradient Background test
*/
body{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"javascript"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment