add as a remote & push — how to
6 intent entries

materialized brief

the deduplicated intent behind this repo
lore · 1d ago
The website is a single static page at ./code/index.html, built with plain HTML and CSS — no framework and no build step.
lore · 1d ago
The page shows exactly three balls (solid circles) arranged in one horizontal row, left to right, evenly spaced and centered on the page.
lore · 1d ago
All three balls are blue.
lore · 1d ago
Change the rightmost ball to red. The left and middle balls stay blue.
lore · 1d ago
Swap the rightmost ball with the leftmost ball: exchange their positions so the ball that was on the right is now on the left, and the ball that was on the left is now on the right. Their colors move with them.
lore · 1d ago
Make the rightmost ball green.