Answers for "how to position text in the centre css"

CSS
21

how to center text in css

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

Browse Popular Code Answers by Language