CSS bottom Property Reference

The CSS bottom property is a standard property in CSS Anchor Positioning. Review its formal syntax, computed behavior, and practical declarations.

CSS bottom Property Reference

The CSS bottom property is a standard property in CSS Anchor Positioning. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

bottom overview

The CSS bottom property is a standard property in CSS Anchor Positioning. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

bottom formal syntax
FieldValue
Formal syntaxauto | <length-percentage> | <anchor()> | <anchor-size()>
Initial valueauto
Applies topositionedElements
InheritedNo
PercentagesreferToContainingBlockHeight
Computed valuelengthAbsolutePercentageAsSpecifiedOtherwiseAuto
Animation typelpc
Mediavisual
Specification groupCSS Anchor Positioning
StatusStandard

Practical examples

These declarations demonstrate valid ways to set bottom. The initial and inherit global keywords remain available even when a property-specific value is preferable.

bottom live example
CSS .reset-example { bottom: initial; } .inherit-example { bottom: inherit; } @supports (bottom: 0) { .supported { bottom: 0; } }

Description

The CSS bottom property is a standard property in CSS Anchor Positioning. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: bottom
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies