Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created November 9, 2017 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/f3f520e55120c8bd7d92b44c7bc8a675 to your computer and use it in GitHub Desktop.
Save LeaVerou/f3f520e55120c8bd7d92b44c7bc8a675 to your computer and use it in GitHub Desktop.
Elliptical border radius
/**
* Elliptical border radius
*/
div {
position: absolute;
top: 50px; left: 50px;
height: 100%;
border: 40px solid black;
border-color: skyblue orange yellowgreen indianred;
width: 300px; height: 100px;
border-radius: 20px / 100px;
}
// alert('Hello world!');
{"view":"split","fontsize":"110","seethrough":"","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment