📜  如何在css代码示例中居中div

📅  最后修改于: 2022-03-11 14:47:47.639000             🧑  作者: Mango

代码示例6
.container {
  display: grid;
  place-items: center;
}