Skip to content

Instantly share code, notes, and snippets.

@TheOtherBrian1
Created November 5, 2021 12:56
Show Gist options
  • Save TheOtherBrian1/aa2f0d1f32922dd3707392660341d79a to your computer and use it in GitHub Desktop.
Save TheOtherBrian1/aa2f0d1f32922dd3707392660341d79a to your computer and use it in GitHub Desktop.
.flex-container{
display: flex;
}
.child1{
flex-basis: 1;
}
.child2{
flex-bais: 1;
}
.child3{
flex-basis: 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment