CSS inline-box-align Property
Description
The inline-box-align
property determines which line of a multi-line inline block align with the previous and next inline elements within a line.
The inline-box-align property has been deprecated or is no longer in any CSS working groups.
- Initial value
- last
- Applies to
- Inline-block-level elements
- Inherited
- No
- Media
- Visual
- Computed value
- Specified value
- Animatable
- No
- CSS Version
- CSS3
- JavaScript syntax
- object.style.inlineBoxAlign
Syntax
inline-box-align: initial | last | <integer>
Values
- initialUse the initial line of the inline block element for alignment purpose.
- lastUse the last line of the inline block element for alignment purpose.
- <integer>Use nth line (as determined by the integer value) of the inline block element for alignment purpose.
Example
.class {
inline-box-align: initial;
}
Browser Support
Desktop | |||||
? | ? | ? | ? | ? | ? |
Tablets / Mobile | |||||
![]() |
|||||
? | ? | ? | ? | ? | ? |