Answers for "how to align items in center using flex"

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 align items in center using flex"

Browse Popular Code Answers by Language