Monday, December 26, 2011

CSS3 Lightbox by Codrops


Today Codrops want to show you how to create a neat lightbox effect using only CSS. The idea is to have some thumbnails that are clickable, and once clicked, the respective large image is shown. Using CSS transitions and animations, we can make the large image appear in a fancy way. With the help of the pseudo-class :target, we will be able to show the lightbox images and navigate through them.
CSS3 Lightbox by Codrops

No comments:

Post a Comment