I've set up two DIV elements, but I want them to only appear on one specific page. On all other pages, I need only one of those DIV elements to show. When the second element disappears, I want the first element to automatically expand to full width. Unfortunately, I can't upload images right now, so here's an example:
[div element "one"] occupies 50% width [div element "two"] occupies 50% width
*Now div element "two" vanishes
[div element "one"] takes up 100% width
How can I achieve this layout with just CSS and HTML? It seems challenging without changing the DIV element classes.