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.

引用元: CSS :nth-letter() | Bram.us.


新着記事

コメントは受け付けていません。