CSS “margin: 0 auto” not centering

前端 未结 5 1020
独厮守ぢ
独厮守ぢ 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:52

    You should set a width on .container to let the margin: 0 auto; work. See the updated JSfiddle.

提交回复
热议问题