Skip to content

Instantly share code, notes, and snippets.

@droom
Last active June 17, 2016 08:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
.flex
width: 100%
display: flex
&.center-v
align-items: center
&.center-h
justify-content: center
text-align: center
&.wrap
flex-wrap: wrap
.unit
width: 100%
.unit
outline: 1px solid blue
&.top
align-self: flex-start
&.bottom
align-self: flex-end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment