Skip to content
← writing

An isometric cube from one color and three divs

css
3d
transform
frontend

Ask your agent to implement this

Read the full writeup at https://seangeng.com/writing/an-isometric-cube-in-css.md and implement it in my project.

It covers: An isometric cube from one color and three divs. A 3D cube in pure CSS transforms: three faces pushed out with translateZ, shaded from a single hex by nudging HSL lightness. No canvas, no library, optional logo and spin.

Requirements:
- Follow the technique/approach exactly as described in the writeup.
- Adapt names, colors, and styling to my project's existing conventions.
- If it's a component, make it reusable with sensible props and TypeScript types.
- Keep it accessible: semantic HTML, keyboard support, and respect prefers-reduced-motion.
- When done, tell me which files you created or changed and how to use it.

Paste into Claude Code, Codex, Cursor, or any agent. view raw .md download source .zip