A Pen by Adam Detrick on CodePen.
Created
April 9, 2015 21:13
-
-
Save akdetrick/3b3fa8bedf437e449e13 to your computer and use it in GitHub Desktop.
EaBZNz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="stack atLarge_stack--spread"> | |
<div class="stack-item">what the fuck</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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