Showing 1 – 1 of 1 replies
alexx

How to style link as a button

alexx PURCHASED
1 year ago
When applying the classes of a button to a link, the colors look faded.

<a class="btn btn-white btn-sm">Link</a>
<button class="btn btn-white btn-sm">Button</button>
WebAppLayers
WebAppLayers SELLER
1 year ago
Hi,

Here is a proper html for link if you want to use button classes:

<a href="#" role="button" class="btn btn-primary">Button</a>

Best regards, Damian