Skip to content

Instantly share code, notes, and snippets.

@joshfitzgerald
Created February 7, 2018 22:22
Show Gist options
  • Save joshfitzgerald/f7004e11b87d3e63ecb212ad886be3c1 to your computer and use it in GitHub Desktop.
Save joshfitzgerald/f7004e11b87d3e63ecb212ad886be3c1 to your computer and use it in GitHub Desktop.
Using CSS Flexbox, give items equal width
.flex-container {
display: flex;
}
.flex-item {
flex: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment