Type Definition style::values::specified::position::Position [] [src]

type Position = GenericPosition<HorizontalPosition, VerticalPosition>;

The specified value of a CSS <position>

Methods

impl Position
[src]

[src]

Parses a <position>, with quirks.

[src]

center center

Trait Implementations

impl Parse for Position
[src]

[src]

Parse a value of this type. Read more

impl ToCss for Position
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more