Answers for "how to center a container div"

CSS
0

center a div

.parent {
	justify-content : center;
    align-items : center;
}
Posted by: Guest on January-23-2022
4

how to center a div

margin:auto
Posted by: Guest on August-13-2020

Code answers related to "how to center a container div"

Browse Popular Code Answers by Language