# HTML-first pitch decks

This reference captures a user preference and workflow that proved useful in the session.

## Core preference

- For premium pitch decks, start in HTML/CSS first.
- Treat the HTML version as the main design artifact.
- Export to PDF only after the composition, spacing, and visual tone are locked.

## Practical implementation notes

- Use a fixed 16:9 canvas for slides.
- Make the deck keyboard-navigable.
- Add print-friendly CSS so the same HTML can be turned into a PDF cleanly.
- Keep the visual language editorial and premium rather than generic SaaS.
- Verify the deck visually in a browser before exporting.

## What made this useful

The HTML version gave more control over:

- spacing rhythm
- type hierarchy
- background texture and gradients
- contrast
- slide composition
- export readiness

## Related skill

- `claude-design` for the design workflow and artifact creation.
