W3docs

margin-bottom

CSS Property:

Result:

Example of the margin-bottom property

CSS Code:

#myDiv {
width:150px;
height:30px;
background-color:pink;
margin-bottom:5px;
}

Click the property values above to see the result