CSS ALIGN
- The align in CSS is used for positioning the items along with setting the distribution of space between and around content items.
- We can align the items either horizontally or vertically.
- The various methods and techniques are used to center them, by taking care of the left and the right margin, etc.
EXAMPLE
This is div element on which margin auto is used to horizontally align it into center.