mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
13 lines
306 B
HTML
13 lines
306 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
|
|
<link rel="author" href="https://mozilla.org" title="Mozilla">
|
|
<style>
|
|
div::first-letter {
|
|
color: lime;
|
|
background-color: lime;
|
|
}
|
|
</style>
|
|
<div>
|
|
A letter
|
|
</div>
|