Answers for "css how to put text in the middle"

CSS
21

how to center text in css

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

center text in div container

text-align: center
Posted by: Guest on June-01-2020

Code answers related to "css how to put text in the middle"

Browse Popular Code Answers by Language