https://i.stack.imgur.com/3lH6h.png
I'm currently attempting to set a background image for an Ion-card in order to completely cover the card's area. However, I'm facing an issue where the background image does not cover the entire area and leaves some corners uncovered. Below is my code:
<ion-card class="design" style="width : 43%;height: 35%;">
</ion-card>
Scss Code
.design {
background-image: url(../../assets/icon/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3f4d5a5c4b5e5158535a7c504f460d">[email protected]</a>);
background-size: cover;
display: inline-block;
}