Ask the community or our support engineers for answers to questions.

John Doe
Architect & Engineer
.card {
background-color: aliceblue;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 5px; /* 5px rounded corners */
}
/* Add rounded corners to the top left and the top right corner of the image */
img {
border-radius: 10px 10px 0 0;
}