Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .titleicon {
  2. background: red;
  3. position: absolute;
  4. width: 100%;
  5. left: 0;
  6. bottom: 0;
  7. text-align:center;
  8. }
  9.  
  10. <ion-header>
  11. <ion-toolbar>
  12. <ion-buttons slot="start" style=" position: absolute;">
  13. <ion-menu-button></ion-menu-button>
  14. </ion-buttons>
  15.  
  16. <div class="titleicon">
  17. <img src="../assets/img/logotipo-areco.jpg" width="100px" />
  18. </div>
  19. </ion-toolbar>
  20. </ion-header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement