Last active
October 11, 2019 09:30
-
-
Save koss-lebedev/bbaa2c0adc7163e27b69c2b312dd0511 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::-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