center

センタリング

詳しい導入事例は導入方法を参照してください。

  • DEMO
center
  • CSS
.center {
  display: grid;
  place-items: center;
}