blob: 7e2ab8795b371d136c3fb2da5a61bd6fa2a3a348 [file] [log] [blame]
<style>
div {
margin-bottom: auto;
margin-top: auto;
position: absolute;
background-color: green;
width: 100px;
}
</style>
<div style="height: 500px; width: 500px; background-color: transparent">
<div style="top: 10px;"></div>
<div style="bottom: 10px;"></div>
<div style="top: 10px; height: 100px"></div>
<div style="bottom: 10px; height: 100px"></div>
</div>