To center a div in React.js, set its `display` property to `flex` and its `alignItems` and `justifyContent` properties to `center`.
確定! 回上一頁