Skip to content

Instantly share code, notes, and snippets.

@EnragedSuccubus
Created January 5, 2016 04:40
Show Gist options
  • Save EnragedSuccubus/7b6ba337b8aed9092d67 to your computer and use it in GitHub Desktop.
Save EnragedSuccubus/7b6ba337b8aed9092d67 to your computer and use it in GitHub Desktop.
Build Hollow Box CSS3 EG 03
&: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