Answers for "ionic change size of label"

0

ionic change size of label

<ion-label stacked class="my-label">Tap and press the buttons to win!</ion-label>
.my-label {
  font-size: 4em;
}
Posted by: Guest on March-06-2021

Code answers related to "ionic change size of label"

Browse Popular Code Answers by Language