(CSS3) Unfold Map with Pins
CSS3 unfold shadows effect with pins and hover city tags. Folds are created using linear-gradient
as the background of them. Pins are created using basic CSS shaping techniques and positioned according to the country. Tooltips are created using the :after
pseudo element that takes the alt
attribute of the pin and displays it on hover. Pretty nice technique!