html:
<mat-card class="custom-matcard-shape"></mat-card>
css:
.custom-matcard-shape {
background-color: black;
height: 400px;
margin-top: 10px;
border-radius: 25px;
}
I am looking to create a unique shape for my mat-card element. The existing code provided only creates a basic shape within the card, but I want the entire card to be in that unique shape.