make images same size css

41

img {
    float: left;
    width:  100px;
    height: 100px;
    object-fit: cover;
}

Comments

Submit
0 Comments