I've this situation :
<div class="row">
<div class="col-sm-6 col-sm-offset-3 text-center" id="testo-centrale">
<h1>IL BOX PIU' GRANDE DELLA TOSCANA<BR>CON AFFILIAZIONE CROSSFIT INC.</h1>
<h2>Prova Prova prova prova</h2>
</div>
</div>
CSS :
#testo-centrale {height:500px;}
The texts, h1
and h2
, are centered in horizontal
but i want also in vertical
!
Thanks guys !