I want to set the color to the placeholder, change the font style to bold, and increase the size.
How can I achieve this? Should I give style to the placeholder, or is t
For me, just the font-weight: normal; worked like
font-weight: normal;
.class { font-weight: normal; }