asysbang

标题: 垂直居中 [打印本页]

作者: admin    时间: 2020-8-11 10:13
标题: 垂直居中
.test {
  height: 300px;
  position: relative;
  margin: 0 auto;
  background-color: yellow;
}
.test1 {
  position: absolute;
  margin-top: -20px;
  top: 50%;
}







欢迎光临 asysbang (http://asysbang.com/) Powered by Discuz! X2.5