Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active June 2, 2017 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/742b67c12e7ad6080fa33fb1c3f2e0bc to your computer and use it in GitHub Desktop.
Save matthieu-D/742b67c12e7ad6080fa33fb1c3f2e0bc to your computer and use it in GitHub Desktop.
<ion-row>
<ion-col align-self-start>
<div>
1 of 4
</div>
</ion-col>
<ion-col align-self-center>
<div>
2 of 4
</div>
</ion-col>
<ion-col align-self-end>
<div>
3 of 4
<br><br><br>
</div>
</ion-col>
<ion-col align-self-baseline>
<div>
4 of 4
</div>
</ion-col>
<ion-col align-self-stretch>
<div>
4 of 4
</div>
</ion-col>
</ion-row>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment