margin-top not working with clear: both

后端 未结 8 2130
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-29 00:53

8条回答
  •  萌比男神i
    2020-11-29 01:00

    While Pointy shows how you can wrap the floats in a div, alternatively you can insert an empty div between the floats and the main data section. For example:

    Left
    Right
    Main Data

    This might prove useful in cases where adding a div wrapper around some HTML is not desirable.

提交回复
热议问题