Answers for "how to move box to center in html"

CSS
6

how to center a div

.div {
	width: 80%;
    margin: auto;
}
Posted by: Guest on September-27-2021

Code answers related to "how to move box to center in html"

Browse Popular Code Answers by Language