Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Last active October 19, 2016 12:51
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 r-winkler/d965addf5fc1799ceb78f063685de39b to your computer and use it in GitHub Desktop.
Save r-winkler/d965addf5fc1799ceb78f063685de39b to your computer and use it in GitHub Desktop.
html, body {
background-color: lightgrey;
margin: 0;
}
.container {
position: relative;
height: 0;
padding-bottom: 25%;
background-color: red;
}
.element {
position: absolute;
height: 100%;
width: 100%;
background-color: darkblue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment