bottom
Name: bottom
Description: Specifies the distance between the element's bottom edge and the bottom edge of the containing block.
Browser Compatibility: IE 5+ / NN 6+
Inherited: No
Values:
- auto [Initial value]
- inherit
- [length]
- [percentage]
Code Example:
h1 {display: block; position: absolute;
top: 40px; right: 75px; bottom: 10px; left: 75px}
top: 40px; right: 75px; bottom: 10px; left: 75px}