Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created August 2, 2015 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/a30138696d60b1dc15c6 to your computer and use it in GitHub Desktop.
Save chuck0523/a30138696d60b1dc15c6 to your computer and use it in GitHub Desktop.
.box {
position: relative;
width: 300px;
height: 200px;
}
.box::before {
content: "";
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment