Answers for "css margin meaning"

CSS
0

how do I add a vertical margin in css

subject {
  margin-top: /*the size of the margin */ (example: 100px)
  /* or */
  margin-bottom: /*the size of the margin */ (example: 100px)
}
Posted by: Guest on March-30-2020
0

margin

margin: top right bottom left;
Posted by: Guest on July-17-2021

Browse Popular Code Answers by Language