📜  增加段落之间的距离 css 代码示例

📅  最后修改于: 2022-03-11 14:47:56.492000             🧑  作者: Mango

代码示例1
p {
  margin-top: 2em ;
  margin-bottom: 2em ;
}