Skip to content

Instantly share code, notes, and snippets.

@andreypelykh
Created March 12, 2016 17:24
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 andreypelykh/83b7c86f1896478f5e5c to your computer and use it in GitHub Desktop.
Save andreypelykh/83b7c86f1896478f5e5c to your computer and use it in GitHub Desktop.
css padding hack
.wrapper {
width: 100px;
margin: 0 auto;
}
.box {
background: goldenrod;
margin-left: auto;
margin-right: auto;
padding-top: 50%;
padding-bottom: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment