Skip to content

Instantly share code, notes, and snippets.

@mrsweaters
Created March 22, 2016 16:01
Show Gist options
  • Save mrsweaters/bea8e66cb68d9297fdea to your computer and use it in GitHub Desktop.
Save mrsweaters/bea8e66cb68d9297fdea to your computer and use it in GitHub Desktop.
Placeholder CSS
[contenteditable=true]:empty:before{
content: attr(placeholder);
display: block;
color: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment