how do I add a vertical margin in css

CSS
subject {
  margin-top: /*the size of the margin */ (example: 100px)
  /* or */
  margin-bottom: /*the size of the margin */ (example: 100px)
}
Source

Also in CSS: