Answers for "how to adjust div in center html using css"

CSS
0

how to center a div

.container {
  ...
  display: flex;
  justify-content: center;
}
Posted by: Guest on February-02-2021

Code answers related to "how to adjust div in center html using css"

Browse Popular Code Answers by Language