6 lines
160 B
HTML
6 lines
160 B
HTML
<!doctype html>
|
|
<style>
|
|
::placeholder { color: green }
|
|
</style>
|
|
<input placeholder="I should be green">
|
|
<textarea placeholder="I should be green"></textarea>
|