📜  如何在css代码示例中使列表垂直

📅  最后修改于: 2022-03-11 14:47:30.603000             🧑  作者: Mango

代码示例2
.list-item
{
    float: left;
    clear: left;
}