blob: dbadd365c25a9e3214e9920948d2a5c934075e2c [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<style>
input::placeholder {
color: red;
}
</style>
<form>
<input placeholder="this text should be red">
</form>