4
I’m looking for a way to align the text of the card component in Ionic. How to do this ?
<div class="card">
<div class="item item-image">
<img ng-src={{imagem}} id="smallimage">
</div>
<div class="item item-divider">
{{nome}}
</div>
</div>
Thanks @Marconi I was trying
item-text-center
but now it worked blah.– FernandoPaiva
@Fernandopaiva quiet, glad I could help :).
– Marconi