Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Last active October 11, 2019 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koss-lebedev/bbaa2c0adc7163e27b69c2b312dd0511 to your computer and use it in GitHub Desktop.
Save koss-lebedev/bbaa2c0adc7163e27b69c2b312dd0511 to your computer and use it in GitHub Desktop.
::-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