Created
February 26, 2016 02:09
-
-
Save Ivanopalas/4f396893ccc3818e1e69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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