Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created April 6, 2012 06:43
Show Gist options
  • Save LeaVerou/2317664 to your computer and use it in GitHub Desktop.
Save LeaVerou/2317664 to your computer and use it in GitHub Desktop.
outline-offset
/**
* outline-offset
*/
div {
width: 100px; height: 100px;
background: gold;
outline: 1px dashed red;
outline-offset: -12px;
}
<div>foo bar</div>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment