问题:
This question already has an answer here: 这个问题已经在这里有了答案:
- How to center an element horizontally and vertically 19 answers 如何水平和垂直居中放置 19个答案
I have a div element which contains text, and I want to align the contents of this div vertically center. 我有一个包含文本的div元素,并且我想将此div的内容垂直居中对齐。
Here is my div style: 这是我的div样式:
#box { height: 170px; width: 270px; background: #000; font-size: 48px; color: #FFF; text-align: center; }
<div id="box"> Lorem ipsum dolor sit </div>
What is the best way to do this? 做这个的最好方式是什么?
解决方案:
参考一: https://stackoom.com/question/bCJG/如何使用CSS将文本垂直居中-重复参考二: https://oldbug.net/q/bCJG/How-do-I-vertically-center-text-with-CSS-duplicate
来源:oschina
链接:https://my.oschina.net/u/4432649/blog/4463658