html:
<button id='automoney' onclick='minusTen()'></button>
<button id='automoney2' onclick='minusHundred()'></button>
<button id='automoney3' onclick='minusFiveHundred()'></button>
<button id='automoney4' onclick='minusThousand()'></button>
<button id='automoney5' onclick='minusFifteenHundred()'></button>
<button id='automoney6' onclick='minusThreeThousand()'></button>
Is there a way to highlight the space between the buttons using CSS? If not, any other method would work too.
Thank you in advance!