Answers for "how to center a section"

CSS
1

how to center a div

.MyDiv{
  	display: block;
  	margin-left: auto;
	margin-right: auto;
}
Posted by: Guest on August-31-2021
3

how to center a div

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

Code answers related to "how to center a section"

Browse Popular Code Answers by Language