MARGIN-TOP Property In CSS
margin-top Property in CSS
margin-top property Declares the top margin for the element.
Possible Value:
Lengths, percentages, and the predefined value auto.
Examplediv { margin-top:5px; }
div { margin-top:15%; }
margin-top property Declares the top margin for the element.
Lengths, percentages, and the predefined value auto.
Examplediv { margin-top:5px; }
div { margin-top:15%; }