I'm trying to create a customised shape with CSS but I can't quite create what I want to achieve. The shape will be representing the selected item on the main navigation which is shown here:
As you can see I have styled the element <a class="selected"> with the CSS property border-radius: 40px 40px 40px 40px; that displays a shape that has a similar appearance to a pill.
However what i am trying to achieve is a shape that has straight top and bottom edges but has rounded left and right sides as shown in the image below: Are there any CSS properties I can apply to achieve this?
