Float two Divs left and two Divs right (under each other)
Posted: 05 May 2015, 05:31
I have these four Divs:
I'm trying to float two divs left (under each other) and two divs right (under each other).
What css code to write so to result this alignment (without table columns)?
Code: Select all
<div class="dv1">DIV 1</div>
<div class="dv2">DIV 2</div>
<div class="dv3">DIV 3</div>
<div class="dv4">DIV 4</div>
What css code to write so to result this alignment (without table columns)?
Code: Select all
DIV 1 DIV 3
DIV 2 DIV 4