Advertisement
Guest User

code snippet

a guest
Aug 19th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <ion-card>
  2. <ion-card-content>
  3. <ion-grid>
  4. <ion-row>
  5. <ion-col size="4">
  6. <ion-label>8:30 am</ion-label>
  7. <br>
  8. <ion-label>9:45 am</ion-label>
  9. </ion-col>
  10. <ion-col class = "custom-label">
  11. <ion-label>Chemistry</ion-label>
  12. <br>
  13. <ion-label>SCH4U</ion-label>
  14. </ion-col>
  15. <ion-item-divider class="schedule-item-divider"></ion-item-divider>
  16. </ion-row>
  17. </ion-grid>
  18. </ion-card-content>
  19. </ion-card>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement