inset-block-end
The inset-block-end property specifies the block end position of a positioned element.
Formal Syntax
auto | <length-percentage>
JavaScript Access
// Access via element.style
element.style.insetBlockEnd = 'auto';
Logical Property Group
This property belongs to the inset logical property group, which includes:
- bottom
- inset-block-end (current property)
- inset-block-start
- inset-inline-end
- inset-inline-start
- left
- right
- top
Browser Support
| Feature | Chrome | Firefox | Safari | Edge |
|---|---|---|---|---|
| inset-block-end | 87 | 63 | 14.1 | 87 |
| anchor | 125 | 147 | 26 | 125 |
| anchor-size | 132 | 147 | 26 | 132 |
| auto | 87 | 41 | 14.1 | 87 |
Related Properties
- backface-visibility
- bottom
- inset
- inset-block
- inset-block-start
- inset-inline
- inset-inline-end
- inset-inline-start
- left
- offset
- offset-anchor
- offset-distance
- offset-path
- offset-position
- offset-rotate
- perspective
- perspective-origin
- position
- right
- rotate
- scale
- top
- transform
- transform-box
- transform-origin
- transform-style
- translate
- zoom
- overlay ๐งช