5 lines
69 B
HTML
5 lines
69 B
HTML
<!doctype html>
|
|
<style>
|
|
* { color: green }
|
|
</style>
|
|
Should be green.
|