Making an image gallery with :target
Excerpt: One of the selectors new to CSS3 is the :target pseudo-class, which can be used to apply rules to an element with a fragment identifier; that is, an anchor name or an id. For example, let's assume you have a section heading with an id of 'chapter_2': <h3 id="chapter_2">The Title of the Chap





