Friday, May 31, 2019

html - How do I vertically center text with CSS?

I have a div element which contains text, and I want to align the contents of this div vertically center.



Here is my div style:






#box {
height: 170px;
width: 270px;
background: #000;
font-size: 48px;
color: #FFF;
text-align: center;

}


Lorem ipsum dolor sit





What is the best way to do this?

No comments:

Post a Comment

plot explanation - Why did Peaches' mom hang on the tree? - Movies & TV

In the middle of the movie Ice Age: Continental Drift Peaches' mom asked Peaches to go to sleep. Then, she hung on the tree. This parti...