ułozenie tekstu wysrodkowanego względem wysokości

.room-name{
display: table;
float:left;
width: 81px;
height: 73px;
font-size:14px;
padding-left:17px;
}
.room-name-inner{
display: table-cell;
vertical-align: middle;
width: 81px;
height: 73px;
}

Hope this helps and happy coding :)

Zobacz jeszcze

zmiana pierwszej litery tekstu

section p:first-child:first-letter, section div.columnize div:first-child...

kolor zaznaczenia tekstu / selection color

::selection{ background: #38afaf; color: #fff; } ::-moz-selection { background: #38afaf; /* Firefox...