Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

change input placeholder text css

#text2::-webkit-input-placeholder::before {
    color:#666;
    content:"Line 1A Line 2A Line 3A";
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #input #placeholder #text #css
ADD COMMENT
Topic
Name
1+2 =