servo/tests/ref/transition_calc_ref.html
2015-09-19 19:39:55 -07:00

17 lines
237 B
HTML

<style>
.outer {
width: 100px;
height: 100px;
}
.inner {
width: 100px;
height: 200px;
background: red;
display: inline-block;
}
.inner.active {
}
</style>
<div class=outer>
<div class=inner id=inner></div>
</div>