Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Last active October 11, 2019 09:30
Embed
What would you like to do?
::-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