css.properties

inset-block-end

The inset-block-end property specifies the block end position of a positioned element.

Formal Syntax

auto | <length-percentage>

See specification

JavaScript Access

// Access via element.style
element.style.insetBlockEnd = 'auto';

Logical Property Group

This property belongs to the inset logical property group, which includes:

Browser Support

standard | MDN ยท Spec ยท Spec

FeatureChromeFirefoxSafariEdge
inset-block-end876314.187
anchor12514726125
anchor-size13214726132
auto874114.187

Related Properties