Skip to content

Instantly share code, notes, and snippets.

@droom
Last active June 17, 2016 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save droom/ba4a6904ae0e41505a95a3608a60b33f to your computer and use it in GitHub Desktop.
Save droom/ba4a6904ae0e41505a95a3608a60b33f to your computer and use it in GitHub Desktop.
.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