HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

inset-inline-start

Description

The inset-inline-start property for CSS specifies the start offset of the inline.

Syntax

CSS

inset-inline-start: value;

JS

object.style.insetInlineStart = "value";

Values

<'inset-inline-start'> = <'top'>
<'top'> = auto | <length-percentage>
auto

Automatically specified by the user agent.

<length-percentage> =
    <length> |
    <percentage>
<length>

Specifies the length using a number followed by a unit of measurement.

<percentage>

Specifies the percentage using a number followed by a percent sign (%).

Initial

auto

Examples

1 · length

2 · percentage

3 · JS