- What's included in the generated card?
- Container, optional header image, title, body text, and action buttons. Shadow, radius, padding, and hover behavior are all customizable.
- Does it handle image placement?
- Three image modes: banner (full width at top), thumbnail (small corner), or avatar (circular top-center). Each has its own generated CSS.
- Can I use CSS Grid for the card layout?
- Toggle between flexbox and grid layouts. Grid is better when the card has a complex internal structure; flex is simpler for typical title+body+footer cards.
- Is the hover-lift accessible?
- The tool adds `@media (prefers-reduced-motion: reduce)` to disable the lift for users who prefer stillness. Always include that block when animating.