Answers for "text should be aligned center in css"

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 left

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

Code answers related to "text should be aligned center in css"

Browse Popular Code Answers by Language