Created
January 5, 2016 04:40
-
-
Save EnragedSuccubus/7b6ba337b8aed9092d67 to your computer and use it in GitHub Desktop.
Build Hollow Box CSS3 EG 03
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
| &:after { | |
| content:''; | |
| position:absolute; | |
| top:50px; | |
| left:50px; | |
| width:100px; | |
| height:100px; | |
| background-color:#fff; | |
| z-index:2; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment