The CSS foundation of Slide mode is built for rigid, predictable layouts. It ensures your content never breaks the projection canvas.
Unlike normal web pages, slides cannot scroll. The CSS framework strictly enforces
overflow: hidden on the slide canvas and employs flexbox scaling to keep text inside boundaries.
Ask the AI to "place the red circle exactly at coordinates 500, 100". Because the canvas has a fixed aspect ratio (e.g., 1280x720), the AI can mathematically calculate and position elements flawlessly using absolute CSS.