Search
 
SCRIPT & CODE EXAMPLE
 

HTML

ionic vertical align center

//Works with Ionic 4,5,6

//CSS
ion-grid{
    height: 100%;
}
ion-row{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

//HTML
<ion-content>

  <ion-grid class="ion-text-center">
    <ion-row>
      <ion-col size="12">
       I am the Center of the World
      </ion-col>
    </ion-row>
  </ion-grid>

</ion-content>
Comment

PREVIOUS NEXT
Code Example
Html :: href on a button 
Html :: javascript onclick back 
Html :: html use js variable as text 
Html :: bulma upload file 
Html :: html email input 
Html :: background music html autoplay hidden 
Html :: vuetify tooltip 
Html :: html text box 
Html :: bootsrp 
Html :: info icon in html 
Html :: select empty option 
Html :: what is WFH? 
Html :: rotate a table in html 
Html :: twig default 
Html :: html button that hide and show 
Html :: how to align span to right 
Html :: how to get image on the tab bar html 
Html :: ASP.NET MVC Two file upload, different destinations 
Html :: html shopping cart icon 
Html :: laravel route sub domain routing 
Html :: how to use figure and caption in html 
Html :: bootstrap 3 form template 
Html :: chrome toggle device toolbar not working 
Html :: html phone link 
Html :: html input js onclick button click 
Html :: centre text 
Html :: phone input code 
Html :: full screen button in video tag html5 
Html :: how to open files as super user ubuntu 
Html :: html prevent newline 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =