I donβt know much about html or css, but I did it a lot,

I want to fold the divs so that it looks (please excuse the bad picture);

I have googled, like I tried another, but boxes with cute / dislikes always end up without moving or moving left / right.
<div style="float:left;width:300px;height:350px;text-align:center;">
<div style="float:left;width:500px;height:200px;text-align:center;">
<div id="wrapper">
<div style="align=center;">
<div id="first">1</div>
<div id="second">2</div>
These are the three divs that I have. The first has links [add / post, etc.]
The second has "thelastgecko" and profile text.
And I'm trying to use the last field for likes / dislikes, but everything he does doesn't work.
source
share