Vertically center ul in div

前端 未结 5 1035
忘掉有多难
忘掉有多难 2020-12-10 14:22

This is what my code looks like.

5条回答
  •  攒了一身酷
    2020-12-10 15:03

    Now you can make the parent container display:flex and align-items:center. That should work. Although flexbox properties are not supported by older browsers.

提交回复
热议问题