Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70429

Center text vertically in card

$
0
0

@Kewitschka wrote:

I want to center the text in my card vertical and horizontal. But it is just centered horizontal. What can I do?

index.html

  <div class="card">
  <div class="item item-divider">
      <h2><b>Joke {{jokeNo}}</b></h2>
   </div>
  <div class="item item-text-wrap">
 <h1>{{joke}}</h1>
  </div>
</div>

style.css

.card{
height: 30%;
margin-top:5%;
text-align:center;
vertical-align: middle;
margin-top: 50px;
}

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 70429

Trending Articles