Having trouble setting an image as the button and getting rid of the lines in-between the buttons. Any assistance would be greatly appreciated. Thank you.
All names, links, and files used here are just for illustrative purposes.
.button {
width: 200px;
height: 80px;
font-weight: 700;
font-size: 17px;
margin: 20px;
background: url(button1.jpg);
background-size: cover;
}
<h1 style="text-align:center;">
<div id=button12>
<a href="https://www.youtube.com/">
<button class="button">Test 1</button>
</a>
<a href="https://www.twitch.tv/directory">
<button class="button">Test 2</button>
</a>
</div>
<a href="https://duckduckgo.com/?q=translate&t=chromentp&atb=v314-1&ia=web">
<button class="button">Test 3</button>
</a>