Answers for "css center text align left"

3

css text align center

/* Character-based alignment in a table column */

text-align: center;

/* The inline contents are centered within the line box. */
Posted by: Guest on February-27-2021
1

css text align center

body {
  text-align: center;
}
Posted by: Guest on April-09-2020

Browse Popular Code Answers by Language