Answers for "how to make a text in center in css"

CSS
21

how to center text in css

.class {
	text-align: center;
}
Posted by: Guest on February-15-2020
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

Code answers related to "how to make a text in center in css"

Browse Popular Code Answers by Language