How to set text color in submit button?

Venkata Krishna picture Venkata Krishna · Sep 18, 2012 · Viewed 371.9k times · Source

I tried to change the color of the text in the submit button type but, I don't know why I am not able to change it.

I was getting a problem when I tried to change the color of the submit button.

Answer

mtk picture mtk · Sep 18, 2012

.button
{
    font-size: 13px;
    color:green;
}
<input type="submit" value="Fetch" class="button"/>