blob: a9bfff83f5675d461ae7cc0f46a16e7ab0b4f963 [file] [log] [blame] [edit]
<style>
.wrapper {
top: 0;
left: 0;
position: absolute;
width: 100%;
height:100%;
background: #080;
}
img {
height:400px;
background: #00F;
margin-left:auto;
margin-right:auto;
display:block;
image-rendering: crisp-edges;
}
</style>
<div id="test" style="width:400px;height:400px; background-color:#080">
<img id="between" src="resources/hero.png">
</div>