Skip to content

Instantly share code, notes, and snippets.

@premsh
premsh / stack-div-float-right.html
Created August 30, 2017 19:44
stack div floating right
<div id="parent" style="width: 80%">
<div id="up" style="float: right; clear: both;">div with id 'up'</div>
<div id="down" style="float: right; clear: both;">div with id 'down'</div>
'parent' div
</div>