Answers for "how to set the margin in the html"

8

css margin bottom

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

html inline style margin

<div class="myClass" style="margin-top: 20px;">
<div class="myClass">
<div class="myClass" style="margin-bottom: 20px;">
Posted by: Guest on April-14-2020

Code answers related to "how to set the margin in the html"

Browse Popular Code Answers by Language