Alt-k
9/2/2019 - 8:01 AM

【最新】上下左右中央揃え

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}