Skip to content

Instantly share code, notes, and snippets.

@ajmeyghani
Created August 22, 2018 18:30
Show Gist options
  • Save ajmeyghani/a02ed75432f47775c4516a789c47c66e to your computer and use it in GitHub Desktop.
Save ajmeyghani/a02ed75432f47775c4516a789c47c66e to your computer and use it in GitHub Desktop.
html, body {
padding: 0;
margin: 0;
background-color: #25275a;
width: 100%;
height: 100%;
}
.box {
width: 50px;
height: 150px;
}
.boxes {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.boxes__inner {
display: flex;
overflow: hidden;
height: 165px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment