Skip to content

Instantly share code, notes, and snippets.

@h4
Forked from tyv/dabblet.css
Created May 22, 2012 21:33
Show Gist options
  • Save h4/2771748 to your computer and use it in GitHub Desktop.
Save h4/2771748 to your computer and use it in GitHub Desktop.
Untitled
div
{
position: relative;
width: 400px;
height: 400px;
border: 1px solid red;
}
div img
{
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: red;
height: auto !important;
width: auto !important;
display: block;
}
<div><img src="http://i74.carguru.ru/6/63/56306/1/0.jpeg" /></div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment