Answers for "change placeholder input via css"

CSS
-1

change input placeholder text css

#text2::-webkit-input-placeholder::before {
    color:#666;
    content:"Line 1\A Line 2\A Line 3\A";
}
Posted by: Guest on January-19-2021

Code answers related to "change placeholder input via css"

Browse Popular Code Answers by Language