g-horz-align attribute

Type: Enumerated string
Default: "center"
Allows breakdown by screen size: Yes
Description: Specifies horizontal alignment for the container.

Warning

This attribute is used for container role controls only.

Value Description
"start" Aligns the container at the start of the content area (aka. left alignment).
"center" Aligns the container at the center of the content area.
"end" Aligns the container at the end of the content area (aka. right alignment).

The following aliases are also accepted:

Alias Value
"left" "start"
"middle" "center"
"right" "end"