Answers for "Align elements in a row and horizontally centered in their column"

0

Align elements in a row and horizontally centered in their column

.flex {
  display: flex;
  align-items: center;
  height: 200px;
}
Posted by: Guest on June-12-2021

Code answers related to "Align elements in a row and horizontally centered in their column"

Browse Popular Code Answers by Language