css #CSS:只用3行CSS垂直对齐任何东西

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css #CSS:只用3行CSS垂直对齐任何东西相关的知识,希望对你有一定的参考价值。

.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* via From http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */

以上是关于css #CSS:只用3行CSS垂直对齐任何东西的主要内容,如果未能解决你的问题,请参考以下文章

css 用三行CSS垂直对齐任何东西

使用 CSS 3 垂直对齐

css 垂直对齐任何东西

css 垂直对齐任何东西

css 垂直对齐任何东西

CSS 文本换行垂直对齐