Answers for "css margin bottom"

CSS
8

css margin bottom

.yourClass {
  margin-bottom: 25px;
}
Posted by: Guest on July-10-2020
1

CSS margin bottom

margin-bottom: 10px;
Posted by: Guest on June-12-2021
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

Browse Popular Code Answers by Language