CSS Property:
margin-bottom:

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