How do I vertically align text in a paragraph?

前端 未结 9 1643
余生分开走
余生分开走 2020-12-05 04:12

I would like to know to align the text in a p element to be vertically centered.

Here are my styles:

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 04:27

    User vertical-align: middle; along with text-align: center property

    
    
    
    
    
    
    
    

    Centering

    In this example, we use the line-height property with a value that is equal to the height property to center the div element:

    I am vertically and horizontally centered.

提交回复
热议问题