Skip to content

Instantly share code, notes, and snippets.

@travhimself
Last active October 6, 2015 08:08
Show Gist options
  • Select an option

  • Save travhimself/2963004 to your computer and use it in GitHub Desktop.

Select an option

Save travhimself/2963004 to your computer and use it in GitHub Desktop.
div {
position: relative;
z-index: 1;
}
div:after {
content: '';
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment