Hey there, I have a query about creating a unique cut-out effect in the middle of a menu using CSS. Let me provide more context: I am working on a menu that has three "li" items on each side, and I would like to insert a logo in the center with a cut-out effect similar to this example:
https://i.sstatic.net/wuI6R.jpg
My initial idea for achieving this is to split the menu into left and right sections. Then, using "clip-path", I would attempt to customize the edges of both sides of the menu and position a logo in the middle of the cut-out area using "position:absolute". However, I am uncertain about the effectiveness of this approach. https://i.sstatic.net/XeGrH.jpg
If you have any better suggestions or tips, I would greatly appreciate your input.
The logo itself is transparent, and it should allow the background image to show through since the menu sits atop the image.
Here is a screenshot of the design for reference: https://i.sstatic.net/pWRM7.jpg