CSS Margins:-
Code Family
The CSS margin propertie are used to providing space around an the out side the elements content, outside of any defined border of the element.The margin is used to top, right, bottom, and left,
Margin - Individual Sides in elements-:
All the Margin properties for elements-:
Margin - Shorthand Property:-
Shorthand Property of MarginMargin: 20px 30px 55px 100px;
top Margin is 20pxright Margin is 30px
bottom Margin is 55px
left Margin is 100px