css property to enable text insertion in center code example
Example 1: text align center
text-align: center;
Example 2: css text align center
body {
text-align: center;
}
text-align: center;
body {
text-align: center;
}