Advertisement
Guest User

Html menu

a guest
Jan 28th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <ion-card class="menu-home">
  2. <ion-card-header class="header-card" style="background: #303f9f;">
  3. <ion-item>
  4. <ion-label style="font-size:23px;">Explora</ion-label>
  5. <!--
  6. <ion-buttons>
  7. <ion-button slot="end" color="terciary">
  8. <ion-icon slot="icon-only" name="cart"></ion-icon>
  9. </ion-button>
  10. </ion-buttons>
  11. -->
  12. </ion-item>
  13. </ion-card-header>
  14.  
  15. <ion-card-content style="background: #303f9f;">
  16. <ion-grid>
  17. <ion-row>
  18. <ion-col>
  19. <ion-buttons class="contenedor-boton">
  20. <ion-button slot="end" class="boton" style="background: #fffff;" href="perfil">
  21. <img src="https://image.flaticon.com/icons/svg/747/747240.svg">
  22. </ion-button>
  23. </ion-buttons>
  24. </ion-col>
  25.  
  26. <ion-col>
  27. <ion-buttons class="contenedor-boton">
  28. <ion-button slot="end" class="boton" style="background: #fffff;" href="perfil">
  29. <img src="https://image.flaticon.com/icons/svg/1475/1475107.svg">
  30. </ion-button>
  31. </ion-buttons>
  32. </ion-col>
  33.  
  34. <ion-col>
  35. <ion-buttons class="contenedor-boton">
  36. <ion-button slot="end" class="boton" style="background: #fffff;" href="perfil">
  37. <img src="https://image.flaticon.com/icons/svg/1170/1170576.svg">
  38. </ion-button>
  39. </ion-buttons>
  40. </ion-col>
  41. </ion-row>
  42. </ion-grid>
  43. </ion-card-content>
  44. </ion-card>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement