Image is not displaying ,shows ? mark using html tag of img

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


Avatar

John Doe

Architect & Engineer

//css

.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;
}

Please help out!! advance thanks

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.