card format

This commit is contained in:
Olu Amey
2023-03-05 07:12:40 -05:00
parent 6ac4066b5a
commit f29b9cbd05
4 changed files with 11 additions and 33 deletions
@@ -1,7 +1,10 @@
.menu_card{
//background-image: url('../../../assets/img/myfit_home.jpg');
background-image: linear-gradient(to right, blue , green);
background-image: linear-gradient(to right, aliceblue , white);
background-repeat: no-repeat;
background-size: cover;
height: 250px;
}
ion-card {
margin: 0;
}