Answers for "placeholder file input"

CSS
2

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;
  }
Posted by: Guest on December-31-2020

Browse Popular Code Answers by Language