text alig center code example
Example 1: css text align center
/* Character-based alignment in a table column */
text-align: center;
/* The inline contents are centered within the line box. */
Example 2: text align center
text-align: center;
Example 3: css text align center
body {
text-align: center;
}