input type file placeholder

Solutions on MaxInterview for input type file placeholder by the best coders in the world

showing results for - "input type file placeholder"
Muhammed
30 Jun 2019
1/* Just Add below class to css file and You're done Don't foreget to Upvote If It helps. */
2
3::placeholder {
4  color:rgb(133,130,130);
5  opacity: 1;
6  }