Created
March 2, 2019 13:12
-
-
Save andrzejewsky/13ff835aee890b2241933bc10f49bc75 to your computer and use it in GitHub Desktop.
Netflix slider css
This file contains hidden or 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
.container { | |
display: flex; | |
padding: 0 55px; | |
} | |
.item { | |
background: green; | |
flex: 0 0 19.7%; | |
text-align: center; | |
margin: 0 2px; | |
transition: transform 300ms ease 100ms; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment