div里面的文本内容居中显示

<div>

  这里的内容居中显示。

</div>

<style>

  div{

      text-align: center;
      line-height: 60px;
  }

</style>

原文地址:https://www.cnblogs.com/color123456/p/13582521.html