Can I center a
    with left-aligned
  • s?

前端 未结 4 950
被撕碎了的回忆
被撕碎了的回忆 2020-12-09 02:33

I\'d like to center a list of left-aligned items.

This is what I currently have:



        
4条回答
  •  暖寄归人
    2020-12-09 03:30

    Set the

      to use display: inline-block;. See http://jsbin.com/atizi4.

      Note that inline-block is not supported (completely) for IE ≤7.

提交回复
热议问题