Small padding, big difference

后端 未结 7 1748
夕颜
夕颜 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:19

    is a block element, which means that it both starts and ends with a line break. I beleive that this is contributing to your problem - you may want to swap to tags, although I'm not sure if this will solve the problem.

提交回复
热议问题