Chrome supports the placeholder attribute on input[type=text] elements (others probably do too).
input[type=text]
But the following CSS doesn\'t do anything
CSS
Here is one more example:
.form-control::-webkit-input-placeholder { color: red; width: 250px; } h1 { color: red; }