blob: c7307c00472b75a78f4f6699214ed9bed803a612 [file] [log] [blame]
<style>
.container { display:inline-block; }
.target { background-color: green; height:200px; width:200px; }
</style>
<body>
<div class=container>
<div class=target>
hover me
</div>
</div>