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

#180618
Alen
Participant

But I would pull it down little bit, like this:


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