css设置元素垂直居中

.content {
  position: relative;
   top: 50%; 
   transform: translateY(-50%);
}
posted @ 2021-07-08 10:21  {颜逸}  阅读(58)  评论(0编辑  收藏  举报