pub type OffsetPosition = GenericOffsetPosition<LengthPercentage, LengthPercentage>;Expand description
The computed value of offset-position.
Aliased Type§
#[repr(C, u8)]pub enum OffsetPosition {
    Normal,
    Auto,
    Position(GenericPosition<LengthPercentage, LengthPercentage>),
}Variants§
Normal
The element does not have an offset starting position.
Auto
The offset starting position is the top-left corner of the box.
Position(GenericPosition<LengthPercentage, LengthPercentage>)
The offset starting position is the result of using the