Skip to content

Instantly share code, notes, and snippets.

@tuanshah
tuanshah / placeholder, css and html
Last active January 12, 2016 03:41
how to change placeholder color with css
<html>
<head>
<style>
::-webkit-input-placeholder {
color: green;
}
#input_rare::-webkit-input-placeholder {
color: red;
}