CSS Property:
margin-bottom:
auto
10px
25px
50px
100px
10%
20%
Result:
myBox
Another Box
Note:
The example changes the bottom margin of the RED div.
CSS Code:
div#myBox
{
background-color:red;
margin-bottom:
auto
;
}
Click the property values above to see the result
W3Schools.com
- Play it