Vertically centring text in a block level HTML element

armkbdotcom

New Member
i got a question about how to center a text inside a div in html / css.I have a h3 tag like this\[code\]<h3>Pacuraru Daniel Pacuraru Daniel</h3>or<h3>Pacuraru Daniel</h3>\[/code\]and the css \[code\]h3 {width: 100%;height: 28px;display: block;}\[/code\]If I have a name longer than 1 line, then the 2 lines of the text fit in the div, but if there is only 1 line, I want it to be vertically centered not aligned on top.
 
Back
Top