Answers for "Align center a div horizontally and vertically"

CSS
15

css align items vertical center

.parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
Posted by: Guest on October-31-2020

Code answers related to "Align center a div horizontally and vertically"

Browse Popular Code Answers by Language