Answers for "how to add margin to css code"

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

css code for margin

body {
  margin: 0px;
}
Posted by: Guest on September-08-2020

Code answers related to "how to add margin to css code"

Browse Popular Code Answers by Language