Answers for "center div box"

CSS
0

how to center a div

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

Browse Popular Code Answers by Language