Is there a way to achieve this concept using only CSS3?
I have an idea where if the user goes to http://example.com
, I want to display a specific element on my page, such as <section id="main" />
. However, if they visit http://example.com/#pics
, I would like to showcase a photo gallery instead.
I am aware that this task can be accomplished with JQuery, but I am eager to explore the possibilities of utilizing CSS3. This website is just for experimental purposes, so cross-browser compatibility is not essential, though I am open to incorporating fallback options if needed.