Skip to content

Instantly share code, notes, and snippets.

@Dwyriel
Last active April 23, 2021 17:43
Show Gist options
  • Save Dwyriel/015b31ed899154abf6d20853b64bed13 to your computer and use it in GitHub Desktop.
Save Dwyriel/015b31ed899154abf6d20853b64bed13 to your computer and use it in GitHub Desktop.
Dynamic Row
<!-- copiar e colar o card para testar o exemplo -->
<ion-grid style="padding-top: 60px;">
<ion-row style="text-align: center; position: absolute;">
<ion-card class="cardWidth">
<ion-card-header>
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
<ion-card-title>Card Title</ion-card-title>
</ion-card-header>
<ion-card-content>
Keep close to Nature's heart... and break clear away, once in awhile,
and climb a mountain or spend a week in the woods. Wash your spirit clean.
</ion-card-content>
</ion-card>
</ion-row>
</ion-grid>
.cardWidth{
width: 100%; max-width: 300px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment