Answers for "how to bring the text in the center of a div"

21

how to center text in css

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

css text align center

body {
  text-align: center;
}
Posted by: Guest on April-09-2020

Code answers related to "how to bring the text in the center of a div"

Browse Popular Code Answers by Language