.parent { display: flex; flex-direction: column; } .child { margin-top: auto; } /* 또는 */ .parent { display: flex; } .child { align-self: ...
確定! 回上一頁