Skip to content

Instantly share code, notes, and snippets.

@glosik
Created January 27, 2017 15:11
Show Gist options
  • Save glosik/78f674a6e445487133c2948d45865790 to your computer and use it in GitHub Desktop.
Save glosik/78f674a6e445487133c2948d45865790 to your computer and use it in GitHub Desktop.
flex alignment quick debugging colors granular classes
<style>
.gr {background-color: rgba(0, 128, 0, 0.20);}
.rd {background-color: rgba(255, 0, 0, 0.20);}
.bl {background-color: rgba(0, 0, 255, 0.30);}
.fl {display: flex;}
.fg {flex-grow: 1;}
.fdc {flex-direction: column;}
.asc {align-self: center;}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment