Answers for "html css how to add text in the center of a line"

CSS
21

how to center text in css

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

Code answers related to "html css how to add text in the center of a line"

Browse Popular Code Answers by Language