horizontal bar scroll html css code example
Example: horizontal scroll html
Card
Card
Card
Card
Card
Card
Card
Card
Card
.scrolling-wrapper {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
.card {
display: inline-block;
}
}