DIV下移這是我的代碼:chidren當我鍵入文本
#wrapper {
\t margin: 0 auto;
\t display: block;
\t width: 1200px;
\t border: 1px solid red;
}
div {
\t width: 150px;
\t height: 200px;
\t border: 1px solid red;
\t display: inline-block;
\t margin-right: 80px;
}
\t
<div id="wrapper">
<div>this is test. this is test.</div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
更多的數據添加到這個問題描繪你想實現什麼。 – Deadpool