Skip to content

Instantly share code, notes, and snippets.

@antfu
Last active August 25, 2016 14:46
Show Gist options
  • Save antfu/9b4cecef839949537edfca992690ce55 to your computer and use it in GitHub Desktop.
Save antfu/9b4cecef839949537edfca992690ce55 to your computer and use it in GitHub Desktop.
[CSS] Make height same as width
.element:before{
content: "";
display: block;
padding-top: 100%; /* Make height same as width */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment