css 水平和垂直居中文本或阻止来自https://stackoverflow.com/questions/5703552/css-center-text-horizo​​ntally-and-ver

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 水平和垂直居中文本或阻止来自https://stackoverflow.com/questions/5703552/css-center-text-horizo​​ntally-and-ver相关的知识,希望对你有一定的参考价值。

.center-horz-vert {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

以上是关于css 水平和垂直居中文本或阻止来自https://stackoverflow.com/questions/5703552/css-center-text-horizo​​ntally-and-ver的主要内容,如果未能解决你的问题,请参考以下文章

如何在列内垂直和水平居中文本? [复制]

CSS:水平和垂直居中文本? [复制]

在 CSS 中以圆形垂直和水平居中文本(如 iphone 通知徽章)

CSS之元素水平居中

如何使文字在div中水平和垂直居中的css代码

CSS水平居中与垂直居中的总结