Answers for "how to margin placeholdr text"

CSS
-1

how to margin placeholdr text

input[type="text"]::placeholder {  
                  
                /* Firefox, Chrome, Opera */ 
                padding-left: 10px; 
            } 
/*Must include type="text" in HTML*/
Posted by: Guest on February-12-2020

Browse Popular Code Answers by Language