CSS – Margin Top, Bottom, Right, Left Examples

Original Box (not applied margin property)

ORIGINAL BOX (width:200px & height:200px)

 

margin-top:100px; & margin-bottom:100px; & margin-right:100px; margin-bottom:100px;

margin-top:100px; margin-bottom:100px; margin-right:100px; margin-left:100px;

 

margin-top:100px

margin-top:100px;

 

margin-left:300px

margin-left:300px;

 

Margin Property Explanation