Posts by Pedro M. • 11 points
1 post
-
0
votes2
answers88
viewsQ: Remove undesirable margin below image
I’ve done this so far: *{margin:0;padding:0;} .container{ width:700px; } .image img{ margin-right:15px; float:left; width: 300px; height: 225px; object-fit: cover; position: relative;…