For years CSS made it shockingly difficult to center certain elements on a page. Flexbox makes it easy with the center option. .container { display: flex;
確定! 回上一頁