mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
5 lines
115 B
HTML
5 lines
115 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
input::placeholder { background-color: green; }
|
|
</style>
|
|
<input placeholder="placeholder">
|