I have a hexagon shape made with CSS :before and :after pseudo elements. I'm trying to reproduce the effect on this website: http://www.upperfirst.com (and I am aware they use canvas)
The issue is that if I use multiple elements, the size increase on hover doesn't animate properly. I fixed the animation by using :before and :after with a border instead. Now I want to get the images working, but I can't seem to figure out how to line up the border image and the middle part's images so it looks seamless.
Here's a fiddle of what I have so far: http://jsfiddle.net/uwZ8w/
Thanks!