[css][/css] contentプロパティで挿入できるコンテンツ | WebTecNote.
-
-
CSS :nth-letter() | Bram.us
My fourth letter is awesome.
<p id="sentence">My fourth letter is awesome.</p> #sentence:nth-letter(3) { color: red;font-family: "Comic Sans MS"; font-size: 3em; font-weight: bold; }
My fourth letter is awesome.