css .parent { border: 1px solid red; height: 200px; display: flex; align-items: center; justify-content: center; } .child { width: 100px; height: 100px; ...
確定! 回上一頁