Created
May 28, 2020 12:50
-
-
Save rodgomesc/ab29c0a1f5756c8dcfda344d3d7e3c58 to your computer and use it in GitHub Desktop.
medium-gist01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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