Hello! I try, using the pseudo-element: after, to add something after all the pictures of a certain class. But nothing is displayed.
.model_images_preview { border: 1px solid #fff; box-shadow: 2px 2px 3px #000; } img.model_images_preview::after { content: 'что-нибудь'; }