Skip to content

Instantly share code, notes, and snippets.

@machal
Created May 16, 2012 06:32
Show Gist options
  • Select an option

  • Save machal/2708066 to your computer and use it in GitHub Desktop.

Select an option

Save machal/2708066 to your computer and use it in GitHub Desktop.
Dabblet: CSS3 radial gradients shapes test
/**
* Dabblet: CSS3 radial gradients shapes test
*/
.shape {
width: 100px;
height: 100px;
background: radial-gradient(top left, orange 0%, red 100%);
}
<p class="shape"></p>
{"view":"split","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