---
layout: single
property_name: bottom
---
Defines the position of the element according to its bottom edge.
The element will remain in its natural position.
If the element is in position relative, the element will move upwards by the amount defined by the bottom value.
If the element is in position absolute, the element will position itself from the bottom of the first positioned ancestor.
#bottom
default
bottom: auto;
bottom: 20px;
bottom: 0;