Files
myFit2023/src/app/compo/menu-card/menu-card.component.scss
T
2023-03-05 07:12:40 -05:00

11 lines
246 B
SCSS

.menu_card{
//background-image: url('../../../assets/img/myfit_home.jpg');
background-image: linear-gradient(to right, aliceblue , white);
background-repeat: no-repeat;
background-size: cover;
height: 250px;
}
ion-card {
margin: 0;
}