Answers for "margin left div"

CSS
0

css margin left

p.ex1 {
 margin-left: 30px;
 }
Posted by: Guest on March-26-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