Margin-Top push outer div down

前端 未结 8 1298
借酒劲吻你
借酒劲吻你 2020-11-22 09:30

I have a header div as the first element in my wrapper div, but when I add a top margin to a h1 inside the header div it pushes the entire header div down. I realize this ha

8条回答
  •  温柔的废话
    2020-11-22 09:42

    display: flex will work in this case. Give parent element display: flex; and then give margin as per your requirement to the h1 tag.

提交回复
热议问题