Skip to content

Instantly share code, notes, and snippets.

@chrisgriffith
Created April 9, 2019 20:00
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 chrisgriffith/60ba16ea204310e6538cb5404f123437 to your computer and use it in GitHub Desktop.
Save chrisgriffith/60ba16ea204310e6538cb5404f123437 to your computer and use it in GitHub Desktop.
Ionic Design: Grid
<ion-card>
<ion-card-content>
<ion-grid>
<ion-row>
<ion-col>
<img src="../../assets/avatar.png">
<h1>Chris Griffith</h1>
<p>6W 3D 2L</p>
</ion-col>
<ion-col>
<ion-button>Register Result</ion-button>
</ion-col>
</ion-row>
</ion-grid>
</ion-card-content>
</ion-card>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment