CSS First Letter Highlighting

后端 未结 2 946
孤独总比滥情好
孤独总比滥情好 2020-12-04 02:03

I understand that with CSS formatting the first letter of each paragraph is possible via:

p:first-letter
{
font-size:20px;
}

However upon u

2条回答
  •  既然无缘
    2020-12-04 02:17

    This is a bug in Chrome/ium/WebKit: https://code.google.com/p/chromium/issues/detail?id=17528

提交回复
热议问题