๐
Make a button element look like a link
css
.link-button {display: inline;padding: 0;border: 0;font: inherit;text-decoration: underline;cursor: pointer;background: transparent;color: currentColor;-webkit-appearance: none;}
.link-button {display: inline;padding: 0;border: 0;font: inherit;text-decoration: underline;cursor: pointer;background: transparent;color: currentColor;-webkit-appearance: none;}