How to make a
    display in a horizontal row

后端 未结 7 1480
-上瘾入骨i
-上瘾入骨i 2020-11-28 05:29

How can I make my list items appear horizontally in a row using CSS?

7条回答
  •  情深已故
    2020-11-28 06:14

    Set the display property to inline for the list you want this to apply to. There's a good explanation of displaying lists on A List Apart.

提交回复
热议问题