Absolute-Center { display: flex; // make us of Flexbox align-items: center; // does vertically center the desired content justify-content: ...
確定! 回上一頁