I am trying to create a donate button for our school website and so far its gone good, But my teacher asked for me to possibly find a way to change the button color, I was wondering how I could do exactly that, and does it have to be specific colors ?
Here is my code:
<form action="http://google.com">
<input type="submit" value="Donate!" style="font-size:99px;height: 180px; width: 700px"/>
</form>