Skip to content

Instantly share code, notes, and snippets.

@Leikam
Created July 26, 2021 13:55
Show Gist options
  • Save Leikam/843304f4b90d9de9baf31a568c1760e3 to your computer and use it in GitHub Desktop.
Save Leikam/843304f4b90d9de9baf31a568c1760e3 to your computer and use it in GitHub Desktop.
Untitled
.wrapper-img {
padding-bottom: 50%;
height: 0;
background: #999;
}
.wrapper {
max-width: 50%;
background: red;
}
.wrapper img {
vertical-align: top;
width: 100%;
opacity: .5;
}
<div class='wrapper'>
<div class='wrapper-img'>
<img src="http://lorempixel.com/400/200/sports/1/">
</div>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment