Answers for "how to center the box content in css"

CSS
6

how to center a div

.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}
Posted by: Guest on July-14-2020

Code answers related to "how to center the box content in css"

Browse Popular Code Answers by Language