Answers for "what is the name of the CSS property to center text"

CSS
4

center text css

p {
  text-align: center;
}
Posted by: Guest on January-03-2021
6

css center text

text-align: center;
Posted by: Guest on July-28-2020

Code answers related to "what is the name of the CSS property to center text"

Browse Popular Code Answers by Language