inset-block-end

A logical property that sets the distance from the 'end' of the block axis (usually the 'bottom' in English layouts). It's the logical replacement for 'bottom'.

Quick example

.sticky-footer {
  position: fixed;
  /* Sticks to the bottom of the page in a logical way */
  inset-block-end: 0;
}

Quick facts

Initial value
auto
Inherited
No
Applies to
positioned elements
Animation type
lpc

Values

top

inset-block-end Browser Support

Widely available Since 2021 95% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2021.

Safe to use without fallbacks.

87+
63+
14.1+
87+
ESC