Center floated child DIVs in a parent DIV that has fluid width

后端 未结 5 2033
闹比i
闹比i 2021-01-29 06:05

I have the following HTML:

Box1
Box2
5条回答
  •  情深已故
    2021-01-29 06:26

    Simply add margin: 0 auto; to #parent. This will center the parent div when the document width is over 1000px wide.

提交回复
热议问题