Answers for "how to position a flex div to the center"

CSS
1

center flex

.flex-container {
  display: flex;
  height: 300px;
  justify-content: 
  center;
  align-items: center;
}
Posted by: Guest on May-07-2021

Code answers related to "how to position a flex div to the center"

Browse Popular Code Answers by Language