Struggling to create a link that resembles a button with partially rounded edges in a semi-circumference shape? You're not alone
The issue arises when the radius ends up impacting the entire button's diameter, altering its intended appearance
Desiring a button that mirrors this look:
https://i.sstatic.net/wrlib.jpg
Your current result is more like:
a{
border-radius: 50%;
padding: 10px;
background-color: #999;
}
div{
padding-top: 10px
}
<div>
<a>Some text</a>
</div>
Seeking a dynamic solution where regardless of font size, the button retains a consistent roundness on its sides