0

I am struggling currently with creating this effect on my navbar, effectively it will curve down like this but I've had a look everywhere on the web and can't seem to find anything on how to re-create this in css (or if its even possible) If anyone could point me in the right direction or give me some advice on how to achieve this effect it would be greaty appreciated.

Here's the shape: http://i.imgur.com/EaIK8J0.png

G-Cyrillus
  • 101,410
  • 14
  • 105
  • 129
user6073700
  • 230
  • 4
  • 17
  • 4
    You will probably want to do it in SVG instead of CSS: https://sarasoueidan.com/blog/css-svg-clipping/ – Dai Nov 03 '16 at 20:50

1 Answers1

1

You can use this tool: http://bennettfeely.com/clippy/ or try clipping path by SVG

Yuri Pereira
  • 1,945
  • 17
  • 24