Created
March 22, 2016 16:01
-
-
Save mrsweaters/bea8e66cb68d9297fdea to your computer and use it in GitHub Desktop.
Placeholder CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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