為Flexbox 設定物件對齊的方法為justify-content,要注意對齊方式是跟據排序 ... CSS .container { display:flex; flex-direction: row; justify-content: center; ...
確定! 回上一頁