CSS3 flex 布局水平垂直居中

CSS3·Web · 2021-04-13 · 188 人浏览
.container {
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

(完)

CSS3
Theme Jasmine by Kent Liao