What is the default padding and/or margin for a p element (reset css)?

后端 未结 5 890
迷失自我
迷失自我 2020-11-22 12:18

I have been using a reset CSS set of styles for quite some time now and each time I got to create a new website, the reset the annoys me the most is the reseting of a p tag

5条回答
  •  耶瑟儿~
    2020-11-22 13:12

    I always use firefox.

    By the firebug addon I found that the default margin-top/bottom of the

    tag is set to 16px and the padding is set to 0, while for the body element the margin-top/bottom/right/left is set to 8px.

提交回复
热议问题