Skip to content

Instantly share code, notes, and snippets.

@brito
Created October 31, 2013 17:39
Show Gist options
  • Select an option

  • Save brito/7253836 to your computer and use it in GitHub Desktop.

Select an option

Save brito/7253836 to your computer and use it in GitHub Desktop.
solar
/* solar */
html { height: 100%;
background: hsla(200,100%,50%,1) radial-gradient(circle,
hsl(200,100%,100%) /* noon */,
hsla(35,100%,50%,.6) 38% /* sunrise, sunset */,
hsla(280,100%,38%,.6) 95% /* dawn, dusk */,
rgba(0,0,0,.9) /* midnight */) }
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment