레퍼런스 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.

예제

구문

center([align])

매개변수

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

관련 레퍼런스