CSS, centering links inside div

前端 未结 4 1194

how can I center my links like this? They all are centered inside a div, but they begin from the same distance.

i am link 1
i am a longer link than          


        
4条回答
  •  粉色の甜心
    2021-02-14 18:18

    If you need shrinkwrapped centering, apply inline-block on the things you want centered. Then text-align:center; on the parent.

    You'll need to probably have a workaround for IE, but as you haven't posted code I won't go into that.

提交回复
热议问题