I'm wanting to remove the white bottom-border from my link when you hover it, but I want it to slide from right to left out (hope that makes sense).
Similar to a Translate X from 100% to 0%.
How would I do this?
.project-card-link {
color: #fff;
width: 38%;
border-bottom: 1px solid #fff;
}
<a class="project-card-link" href="#" style="text-decoration: none">
More Info <i class="fas fa-arrow-right"></I>
</a>
Any suggestions please? Cheers!