blob: ebd9c87e3ed53d012807ae51be9e32feae3f89cd [file] [log] [blame]
<html>
<head>
<style type="text/css">
body {text-align:center;}
body * {
width: 80%;
display: inline-block;
}
body > div {background: blue;}
body > div > div {background: red;}
</style>
</head>
<body>
<div style="height:30px;position:relative;padding-bottom:200px;">
<div style="height: 100%;position:absolute;">
<img src="resources/show-shoes-vs-pie.png" style="height: 100%;">
</div>
</div>
</body>
</html>