relative-align-inline-end

Introduction

Specifies that the current element is aligned with the left/right edges of the parent or sibling element corresponding to id.

When direction is ltr, relative-align-inline-end is equivalent to relative-align-right;

When direction is rtl/lynx-rtl,relative-align-inline-end is equivalent to relative-align-left;

Examples

Syntax

relative-align-inline-end: parent;
relative-align-inline-end: none;

relative-align-inline-end: 1;
relative-align-inline-end: 2;

Values

The relative-align-inline-end property takes the same values as the relative-align-left property.

Formal definition

Initial valuenone
Applies torelative items
Inheritedno
Animatable

Formal syntax

relative-align-inline-end = none | parent | <number>

Difference between web

  • There is no such style in web.

Compatibility

LCD tables only load in the browser

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.