mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
298 B
HTML
17 lines
298 B
HTML
<HTML><HEAD>
|
|
<STYLE>
|
|
|
|
span{color:tomato} /* visual effect */
|
|
|
|
:first-letter { font-size: 200%;}
|
|
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<!--<p>--> <!-- comment out the p, and the :first-letter will work correctly. -->
|
|
|
|
<span>My first letter</span> doesn't get the correct style propagated to it.
|
|
|
|
</BODY>
|
|
</HTML> |