We can see a few of the < img > element’s attributes in this example. These attributes give additional information to the < img > element. There are more than 12 attributes for the < img > tag. Here we have used attributes like src, which corresponds to the image’s source/link, ...
We can further remove the border and add an inner shadow to give the card an embossed effect. An inset box shadow can help us to do that:.card { ... box-shadow: inset 4px 4px 5px 0 rgba(255, 255, 255, .25), inset -4px -4px 5px 0 rgba(0, 0, 0, 0.125), 0 0 10px ...