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

后端 未结 5 891
迷失自我
迷失自我 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 12:51

    CSS RESET Will reset p tags margin and padding to 0px, common margin and padding depends on your Layout and type of Content.

    still you can use 5px , as your own default margin and padding

提交回复
热议问题