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