Joshua Michael
Lowercase G
You Could Be Right Here

.scroll-section { display: flex; overflow-x: auto; gap: 20px; /* Adjust spacing between items */ padding: 10px; } .scroll-item { flex: 0 0 auto; width: 300px; /* Adjust item width */ text-align: center; }