blob: d3e021d91cc598ebe6bef0126c0028d27826dde2 [file] [log] [blame]
<style>
img {
display: block;
height: 0px;
min-height: 0px;
width: 100px;
margin-top: 100px;
margin-bottom: 10px;
outline: 5px solid blue;
}
div {
width: 100px;
height: 100px;
margin-top: 20px;
outline: 5px solid blue;
}
</style>
<img src="foobar.jpg"><div></div>