how to style a particular image in css

54

.image1
{
width:200px;
height:200px;
}
.image2
{
width:300px;
height:300px;
}
<img src="" class="image1">
<img src="" class="image2">

Comments

Submit
0 Comments