### card Cards are used to group and display content [card docs](https://daisyui.com/components/card/) #### Class names - component: `card` - part: `card-title`, `card-body`, `card-actions` - style: `card-border`, `card-dash` - modifier: `card-side`, `image-full` - size: `card-xs`, `card-sm`, `card-md`, `card-lg`, `card-xl` #### Syntax ```html
{alt-text}

{title}

{CONTENT}

{actions}
``` #### Rules - {MODIFIER} is optional and can have one of the modifier class names and one of the size class names - `
` and `
` are optional - can use `sm:card-side` for responsive layouts - If image is placed after `card-body`, the image will be placed at the bottom