最全CSS3实现水平垂直居中的10种方案

/* 第一种方案 子元素高度能够设定也能够不设定*/ .app{ width: 500px; height: 500px; background: greenyellow; display: flex; align-items: center; justify-content: center; } .app>div{ width:
相关文章
相关标签/搜索