Default value of the property is
stretch
that means all the flex items will be stretched vertically as default
.container {
  display: flex;
  align-items: stretch;
}
by Valeri Tandilashvili
5 years ago
CSS
properties
Flexbox Tutorial (CSS): Real Layout Examples
1
Pro tip: use ```triple backticks around text``` to write in code fences