Skip to content

Instantly share code, notes, and snippets.

@spliner
Created July 19, 2017 22:13
Show Gist options
  • Save spliner/c6c9bb072603a0dc455f20fe78d55729 to your computer and use it in GitHub Desktop.
Save spliner/c6c9bb072603a0dc455f20fe78d55729 to your computer and use it in GitHub Desktop.
.grid {
border: solid 2px #EF9A9A; /* Red */
padding: 0.5rem;
}
.grid__row {
display: flex;
flex-direction: row;
border: solid 2px #A5D6A7; /* Green */
padding: 0.5rem;
}
.grid__grow-item {
flex: 1;
border: solid 2px #B39DDB; /* Purple */
padding: 0.5rem;
}
.grid__grow-item--large {
flex-grow: 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment