Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created November 8, 2017 01:09
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/2c8841b7c5220dd17bdde9f4c0ada261 to your computer and use it in GitHub Desktop.
Save LeaVerou/2c8841b7c5220dd17bdde9f4c0ada261 to your computer and use it in GitHub Desktop.
Spec figure for border-color lists
/**
* Spec figure for border-color lists
*/
div {
position: absolute;
top: 50px; left: 50px;
height: 100%;
border: 40px dotted black;
border-color: skyblue orange yellowgreen indianred;
width: 300px; height: 100px;
}
div:nth-child(2) {
border-color: black yellow;
clip-path: inset(19px);
}
<div></div>
<div></div>
// 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