我对 html 或 css 不太了解,但我已经做了很多;
我想堆叠 div,使它看起来像这样(请原谅糟糕的绘图);
我已经用谷歌搜索了如何做并尝试了不同的东西,但喜欢/不喜欢的框总是最终不会移动或移动到最左边/最右边。
<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>
这是我拥有的三个 div。第一个有链接[添加/消息等]
第二个有“thelastgecko”和个人资料文本。
我正在尝试使用最后一个框来表示喜欢/不喜欢,但无论我做什么都行不通。