📜  如何使 div 居中 - 无论代码示例

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

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