Centering Elements
Last updated
Was this helpful?
Last updated
Was this helpful?
You often want to center items on the page as a whole, or within a container element. There are two common techniques to achieve this goal.
This technique works well when you know the width of the content to be centered.
set a width on the element
set the margin-left and margin-right to auto
Set the value of the display property to be flex in the column direction, and then center the items in both the horizontal and vertical directions.