blob: efa7f2e6550425958faeaf98e3ec547441beb768 [file] [log] [blame]
<!DOCTYPE html>
<style>
.line::first-line { color: red }
.letter::first-letter { color: green; }
</style>
<button class=line>
First line should be red<br>
This is the second line.
</button>
<button class=letter>
First letter should be green<br>
This is the second line.
</button>