CSS Bottom Property

Description:
Specifies the distance between the element's bottom edge and the
bottom edge of the containing block.
Syntax:
bottom: [value];
Possible Values:
- [length]
- [percentage]
- auto
- inherit
Initial Value:
Auto
Applies To:
Positioned elements
Inherited:
No
Media:
Visual
Example:
h1 {display: block; position: absolute;
top: 40px; right: 75px; bottom: 10px; left: 75px}
top: 40px; right: 75px; bottom: 10px; left: 75px}





