img {
box-shadow: 2px 3px 3px #000000;
border-radius: 5px;
}
<a href="some-link"><img class ="rt-image" src="images/my-image.jpg" /></a>
.your-specifier img {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
border-radius: 5px;
border: grey 1px solid;
padding: 15px;
}
The following users have thanked you: Tim Miller
article.item-page img {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
border-radius: 5px;
border: grey 1px solid;
padding: 15px;
}
Time to create page: 0.053 seconds