Skip to content

Instantly share code, notes, and snippets.

@akdetrick
Created April 9, 2015 21:13
Show Gist options
  • Save akdetrick/3b3fa8bedf437e449e13 to your computer and use it in GitHub Desktop.
Save akdetrick/3b3fa8bedf437e449e13 to your computer and use it in GitHub Desktop.
EaBZNz
<div class="stack atLarge_stack--spread">
<div class="stack-item">what the fuck</div>
</div>
.stack {
outline: 1px solid blue;
}
.stack-item {
outline: 1px dotted orange;
background: pink;
background-clip: padding-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment