<div class="title">Title</div>

1. 将div高度设成定值

2. 将line-height设成定值

3. 将text-align设成center

.title {
    height: 48px;
    line-height: 48px;
    text-align: center;
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2021-11-29
  • 2022-01-09
  • 2021-11-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案