Answers for "how to put box in the center"

CSS
0

center a div

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

Code answers related to "how to put box in the center"

Browse Popular Code Answers by Language