Answers for "how to align the text in center in inline csss"

CSS
21

how to center text in css

.class {
	text-align: center;
}
Posted by: Guest on February-15-2020

Code answers related to "how to align the text in center in inline csss"

Browse Popular Code Answers by Language