Skip to content

Instantly share code, notes, and snippets.

@andrzejewsky
Created March 2, 2019 13:12
Show Gist options
  • Save andrzejewsky/13ff835aee890b2241933bc10f49bc75 to your computer and use it in GitHub Desktop.
Save andrzejewsky/13ff835aee890b2241933bc10f49bc75 to your computer and use it in GitHub Desktop.
Netflix slider css
.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