# Carousel Horizontal scrolling with CSS scroll-snap. No JavaScript required. ## Basic Example ```html ``` ## With Cards ```html ``` ## With Images ```html ``` ## Styling Details - `display: flex` with horizontal overflow - `scroll-snap-type: x mandatory` for snapping - Children have `scroll-snap-align: start` - Thin scrollbar (`scrollbar-width: thin`) - Default gap of 1rem ## Custom Gap ```html