A responsive, auto-scrolling carousel to showcase Bebell services. Designed for easy embedding via iframe.
- ๐ Auto-scrolling animation (40s loop)
- ๐ฑ Mobile-friendly responsive design
- ๐จ Fade-edge effect for seamless looping
- ๐ Clickable CTAs with hover effects
Paste this iframe code where you want the carousel to appear:
<iframe
src="https://[your-username].github.io/bebell-services-carousel/"
width="100%"
height="600"
frameborder="0"
style="border: none;"
></iframe>Edit these CSS variables in index.html to tweak the design:
.bebell-carousel {
--item-width: 290px; /* Card width */
--item-gap: 1.5rem; /* Space between cards */
--animation-duration: 40s; /* Scroll speed */
}๐ Live Preview
- Duplicate cards create seamless looping
- CSS animations handle the scrolling
- Gradient masks hide the entry/exit points
- Report issues here
- Want more services added? Edit
index.html
