zmiana pierwszej litery tekstu
section[role=”main”] p:first-child:first-letter, section[role=”main”] div.columnize div:first-child p:first-child:first-letter{
color:red;
}
Hope this helps and happy coding :)
Zobacz jeszcze
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;...