Skip to content

Instantly share code, notes, and snippets.

@Ivanopalas
Created February 26, 2016 02:09
Show Gist options
  • Save Ivanopalas/4f396893ccc3818e1e69 to your computer and use it in GitHub Desktop.
Save Ivanopalas/4f396893ccc3818e1e69 to your computer and use it in GitHub Desktop.
.container {
height: 0;
padding-bottom: 20%;
position: relative;
}
.container div {
border: 2px dashed #ddd;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
// aspect ratio (100% / 20% = 5:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment