Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Last active August 10, 2018 11:25
Show Gist options
  • Save samarthagarwal/3b6f392253017bd8b3b25a59b443731b to your computer and use it in GitHub Desktop.
Save samarthagarwal/3b6f392253017bd8b3b25a59b443731b to your computer and use it in GitHub Desktop.
<ion-grid>
<ion-row>
<ion-col style="background-color: yellowgreen">This column will take 6 columns</ion-col>
<ion-col style="background-color: lightcyan">This column will take 6 columns</ion-col>
</ion-row>
<ion-row>
<ion-col size="8" style="background-color: red">This column will take 8 columns</ion-col>
<ion-col size="4" style="background-color: lightgreen">This column will take 4 columns</ion-col>
</ion-row>
<ion-row>
<ion-col size="3" style="background-color: peru">This column will take 3 columns</ion-col>
<ion-col size="9" style="background-color: lightcoral">This column will take 9 columns</ion-col>
</ion-row>
</ion-grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment