Skip to content

Instantly share code, notes, and snippets.

@rodgomesc
Created May 28, 2020 12:50
Show Gist options
  • Save rodgomesc/ab29c0a1f5756c8dcfda344d3d7e3c58 to your computer and use it in GitHub Desktop.
Save rodgomesc/ab29c0a1f5756c8dcfda344d3d7e3c58 to your computer and use it in GitHub Desktop.
medium-gist01
.row {
display: flex;
}
.col-2 {
flex: 2;
}
.col-4 {
flex: 4;
}
.col-6 {
flex: 6;
}
.col-8 {
flex: 8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment