📜  如何在 css 代码示例中添加垂直边距

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

代码示例1
subject {
  margin-top: /*the size of the margin */ (example: 100px)
  /* or */
  margin-bottom: /*the size of the margin */ (example: 100px)
}