CSS Property:

margin-bottom

Result:

Example of the margin-bottom property

CSS Code:

#myDiv {
                
width:150px;
height:30px;
background-color:pink;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?