📜  中心 - 任何代码示例

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

代码示例2
.wrapper {
  line-height: calc(100vh - 20px);
  height: calc(100vh - 20px);
  text-align: center;
  background: red;
}
.inner {
  background: green;
  color: white;
  padding: 12px;
  display: inline;
}