Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created June 13, 2013 10:33
Show Gist options
  • Save LeaVerou/5772770 to your computer and use it in GitHub Desktop.
Save LeaVerou/5772770 to your computer and use it in GitHub Desktop.
Overflow border-radius (Gecko bug)
/**
* Overflow border-radius (Gecko bug)
*/
div {
background: deeppink;
width: 400px;
height: 300px;
border-radius: 9999999999999999999999999999999999px
}
// alert('Hello world!');
{"view":"split-vertical","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