зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
147 B
HTML
7 строки
147 B
HTML
|
<!DOCTYPE html>
|
||
|
<style>
|
||
|
body::first-line { color: purple; }
|
||
|
</style>
|
||
|
<body style="width: 0; color: green"><span>This is some text</span>
|
||
|
</body>
|