::-webkit-scrollbar { | |
width: 0px; | |
} | |
.container { | |
display: flex; | |
overflow-x: scroll; | |
width: 100%; | |
} | |
.card { | |
flex-shrink: 0; | |
width: 300px; | |
height: 200px; | |
border-radius: 10px; | |
margin-left: 10px; | |
background-size: cover; | |
background-repeat: no-repeat; | |
background-position: center center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment