📅  最后修改于: 2022-03-11 14:47:26.935000             🧑  作者: Mango
代码示例1
/* Use flex and set auto margin */
body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
footer {
margin-top: auto;
}