blob: 666f395c75479c3ebbcb05ce9fd3eb225031dbcb [file] [log] [blame]
<!DOCTYPE html>
<style>
p:first-letter {
color:red;
}
#block { color: blue; }
#inline { font-size: 128px; }
</style>
<body>
<p id="block"><span id="inline">Examples</span></p>
</body>