html input file placeholder code example
Example: input type file placeholder
/* Just Add below class to css file and You're done Don't foreget to Upvote If It helps. */
::placeholder {
color:rgb(133,130,130);
opacity: 1;
}
/* Just Add below class to css file and You're done Don't foreget to Upvote If It helps. */
::placeholder {
color:rgb(133,130,130);
opacity: 1;
}