Skip to content

Instantly share code, notes, and snippets.

@Troland
Created June 28, 2018 16:00
Show Gist options
  • Save Troland/d23c26ced769881cfdd37d153c580301 to your computer and use it in GitHub Desktop.
Save Troland/d23c26ced769881cfdd37d153c580301 to your computer and use it in GitHub Desktop.
.flex-horizonal-direction {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment