Small padding, big difference

后端 未结 7 1688
夕颜
夕颜 2021-01-05 06:26

If I only add a 1px padding to a div around a heading, then this makes apparently a huge difference (http://jsfiddle.net/68LgP/).

html:

相关标签:
7条回答
  • 2021-01-05 07:22

    It is now keeping the margin of the h1 within the DIV. The h1 has default top and bottom margin of around 21px, so when you add 1px padding to the DIV, it now looks like 22px

    0 讨论(0)
提交回复
热议问题