Reference center()

center()

Centers the element either vertically, horizontally, or both.

center() will center the element relative to its parent or according to the page's body if the element has no parent.

If no argument is passed, as in myElement.center() the element is aligned both vertically and horizontally.

Examples

Syntax

center([align])

Parameters

align
String: passing 'vertical', 'horizontal' aligns element accordingly

Related References