Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Im not understanding why Im having a margin below my image Reply To: Im not understanding why Im having a margin below my image

#180617
Alen
Participant

Set the border-bottom: none; like so:


.modal .img {
  width:200px;
  height:220px; 
  float:left;
  margin-right:10px;
  border:5px solid #f3f3f3;
  border-bottom:none;
}