Referencia 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.

Ejemplos

Sintaxis

center([align])

Parámetros

align

passing 'vertical', 'horizontal' aligns element accordingly

Notice any errors or typos? Please let us know. Please feel free to edit src/dom/dom.js and open a pull request!

Referencias Relacionadas