Divs stack vertically by default, so there is no need for special handling of "rows" within a column. div { height:50px; } .short-div { height:25px; }
確定! 回上一頁