Skip to content

Instantly share code, notes, and snippets.

@mxdi9i7
Created December 7, 2017 19:49
Show Gist options
  • Save mxdi9i7/f5f5d26f55515c36551e8a2c7ae7b19e to your computer and use it in GitHub Desktop.
Save mxdi9i7/f5f5d26f55515c36551e8a2c7ae7b19e to your computer and use it in GitHub Desktop.
Flexbox.css
.papa {
display: flex;
justify-content: space-between;
padding: 0 10%;
align-items: flex-end;
height: 100vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment