Answers for "how put text to center with css"

CSS
21

how to center text in css

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

css make all text center

body {text-align: center;}
Posted by: Guest on June-15-2021

Code answers related to "how put text to center with css"

Browse Popular Code Answers by Language