CSS “margin: 0 auto” not centering

前端 未结 5 1019
独厮守ぢ
独厮守ぢ 2021-01-12 04:40

Okay I understand that this topic has been covered. But I have looked at various solutions and have had little success with them.

I just have no clue why this

5条回答
  •  长发绾君心
    2021-01-12 04:55

    You should specify the width of the div for margin:auto to work. try to use width in percentage to make your div responsive as well.

提交回复
热议问题