Is there any way to set vertical alignment in css? I have a text inside my <li> element, But when I set my text align to centre, it only set the horizontal alignment of the text. But when I use the padding-top function, it change the size of the <li> element.So how can i set the vertical alignment without changing the size of my <li> element?
Is there any way to set vertical alignment in css? I have a text
Share
Try adjusting the
line-heightof theli.