Как стилизовать конкретное изображение в CSS
.image1
{
width:200px;
height:200px;
}
.image2
{
width:300px;
height:300px;
}
Panicky Peccary
.image1
{
width:200px;
height:200px;
}
.image2
{
width:300px;
height:300px;
}
<img src="" class="image1">
<img src="" class="image2">