Description:
I'm currently working on a project where I need to recreate a widget like TabMenu/TabView in PrimeNg, but I'm having trouble having diffrent routerlinks on each button and customizing it to be like the image or just more dynamic.
the widget that I want to create:

Details:
Framework/Library: Angular, PrimeNg Problem: I want to customize the TabMenu/TabView from primeng What I want: I want it t take 90% of view width and for it to be centerd and the width of each tab to be like the image. Current behavior: Describe what's currently happening when you apply your customization attempts.
HTML:
<div class="container ">
<p-tabMenu [model]="items">
</p-tabMenu> </div>
CSS: I tried many ways like trying to edit the container or editing these tags from prime ng
but I just cant edit it
my problem was that I hade it inside:
the solutin is to remove the parent div: HTML:
CSS:
THE RESULT: