Answers for "how to center the content in a div"

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 center the content in a div"

Browse Popular Code Answers by Language