When it comes to executing my design ideas, I have 2 options in mind. My main concern is which one will offer more flexibility for adding animations and tinkering with CSS later on.
The first idea involves a navigation menu where hovering over an item makes it expand in size.
Here are the two concepts:
Using CSS clip-path with polygon tool. The downside of this approach is lack of support on IE and older versions of Firefox
Creating the 'puzzle' pieces in Illustrator. This may be more challenging to work with in terms of CSS. Each piece would need its own color, requiring multiple images to be created.
PS. Any additional tips or hints related to implementing these designs would be highly appreciated.