Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paulmsmith/633c56ccb5fb126b3f28 to your computer and use it in GitHub Desktop.
Save paulmsmith/633c56ccb5fb126b3f28 to your computer and use it in GitHub Desktop.
.scroll-horizontal
.no-line-breaks.width-auto
.inline-block
item-01
.inline-block
item-01
.inline-block
item-01
.inline-block
item-01
.inline-block
item-01
.inline-block
item-01
.inline-block
item-01
.inline-block
item-01
.inline-block
item-01
.inline-block
item-01
.inline-block
item-01
.inline-block
item-01
.scroll-horizontal{
overflow-x: scroll;
overflow-y: hidden;
width:100%;
}
.no-line-breaks{
white-space:nowrap;
}
.width-auto{
width:auto;
}
.inline-block{
display: inline-block;
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment