mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 10:20:19 +01: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> |