I am A novice coder(beginner) and I recently created a Netflix clone but there is one issue in the inout placeholder whenever I type it comes in black colour but since the website is itself blackish its not clearly visible ....is there any way to change the input color
tried some inout placeholder functions all were in vain
The
::placeholderpseudo-element is used to style the placeholder text within the input field. You can set thecolorproperty to change the color of the placeholder text. You can select placeholder and add color in CSS.