Skip to content

Instantly share code, notes, and snippets.

@geddski
Created October 25, 2017 20:38
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 geddski/ede5c06436eac8483ab50f3879851742 to your computer and use it in GitHub Desktop.
Save geddski/ede5c06436eac8483ab50f3879851742 to your computer and use it in GitHub Desktop.
crossbow {
display: flex;
flex-direction: row-reverse;
align-items: flex-end;
}
.target.goo{
flex-grow: 1;
}
.target:nth-of-type(2){
align-self: stretch;
flex-grow: 2;
flex-shrink: 2;
}
.target:nth-of-type(3){
align-self: flex-start;
flex-shrink: 0;
}
.target:nth-of-type(4){
flex-grow: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment