Here's a fun and outlandish question - do you know the actual length limit of a webpage, and what determines this limit?
For my latest experiment, I'm delving into HTML and CSS to create a website that mimics a 1:1 journey. Each step on the path is marked by a list item with generous margins applied through CSS. Currently, the largest margin value I've managed to make work is
top-margin:100000cm;
With 43 list items, this translates to 4,300,000cm, or 43 kilometers. Why does it seem to hit a roadblock around this distance, and is there a way to extend it further? My testing ground is Safari at the moment.