📅  最后修改于: 2022-03-11 14:57:54.908000             🧑  作者: Mango
.container {
min-height: 100vh; // height of the browser viewport
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}