DEV Community

Discussion on: How to Make a LinkTree of Your Own Code

Collapse
 
djay4k profile image
Axel

Hi nice idea, just little UX improvement, instead of having different border width on your .link class, you should setup the default state as border: solid transparent 4px; and on hover border: solid violet 4px;.

To optimize you can just change the border-color on the hover

Collapse
 
amrohan profile image
Rohan Salunkhe

Thank you so much for your help; I'll implement the improvements you advised.