Side-by-side list items as icons within a div (css)

前端 未结 7 1762
臣服心动
臣服心动 2020-12-30 00:48

I am looking for a way to create a

    of items that I can put within a
    and have them show up side-by-side and wrap to the next
7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-30 01:44

    add this line in your css file:

    .classname ul li {
        float: left;
    }
    

提交回复
热议问题