My website I’m working on is pixel art, and I’m afraid that could possibly be the problem. In my button I can see my image, but you can also see a huge regular button behind it. I try resizing the image and it just resizes the button behind it too.
HTML:
<button><img src="images/download.png" height="60px" width="60px"></img></button>
I expected it to just show the image as the only part of the button.
New contributor
Eli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.