There is such code:
html:
<p class="hst">Шаблон</p> css:
.hst { height: 50px; text-align: center; border: 1px solid green; } It turns out that the text is at the top of the frame, and the rest of the frame is empty. 
How to center the text vertically (without changing the code above)?