Answers for "how to put a div at center of page"

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 "how to put a div at center of page"

Browse Popular Code Answers by Language