Skip to content

Instantly share code, notes, and snippets.

@spliner
Last active July 19, 2017 20:57
Show Gist options
  • Save spliner/8b4eeb75f6e93c23d84889012a7d8641 to your computer and use it in GitHub Desktop.
Save spliner/8b4eeb75f6e93c23d84889012a7d8641 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__item {
flex: 1;
border: solid 2px #B39DDB; /* Purple */
padding: 0.5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment