html - Vertical-Align - how does it works? -


so there code on jsfidle , can't make h1 inside of section ine middle of field... vertical align doesnt work! , margin auto same. any1 has idea?

    #welcome{     vertical-align: middle;     height: 100px; } #welcome h1{     color: gray;     font-size: 2.1em;     font-family:"proxima-nova","sans-serif";     text-align: center;     font-weight: bold; } 

set line-height on #welcome h1 height in want center text, typical way center align text.

jsfiddle

#welcome h1 {     line-height: 100px; } 

Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -