Answers for "move item to center of div using css"

CSS
3

how to center a div

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

Code answers related to "move item to center of div using css"

Browse Popular Code Answers by Language