bottom

Term side of the Card
Topic: Positioning
Unit title: bottom
Categories: Property
Explanation side of the Card

Explanation: The property that sets the distance between the bottom edge of an element and the bottom edge of its containing block. It's used with the `position` property set to 'absolute' or 'fixed' to control vertical placement relative to the nearest ancestor or viewport, while with 'relative' it shifts the element from its original position.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1
  • The safari browser supports this feature starting from version 1
Availability: