I want to make a purchase button, with some CSS attributes, but without using images.
I want it to be a black square, with the text COMPRAR
in white letters.
This is what I tried so far, but it is not black and does not look like a button like this.
<input
style="border:1px solid black; padding:5px; width:100%; height:30px; margin-top:15px;"
type="image"
border="0"
name="submit"
alt="PURCHASE">
Is this possible?