Can I share a quick little story with you? I recently created a page (super simple - just two divs with different background images, check it out here.)
Now here's the kicker: I want to make it so that every time a new page loads, those two divs appear in a random order, filling the entire screen content. No predictable pattern, just a beautiful chaos of randomness. Think of it as a massive grid where the divs keep shuffling around with no set order.
So my burning question is...is this even possible? Would I need to delve into PHP for something like this? I'm clueless when it comes to PHP, so any guidance would be greatly appreciated!
Thanks everyone for your help in advance!