Trying to create a navigation menu like the one shown in the image below.
https://i.sstatic.net/N9BQ5.png
I've successfully styled the right corner, but I'm struggling to extend the top left corner.
https://i.sstatic.net/cL0ZK.png
Below is the CSS code I've implemented:
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn
{
border-top-right-radius: 21px;
border-bottom-right-radius: 0;
}