thumbnail-bottom

측 면에 텍스트가 있는 이미지리스트입니다.

HTML
	
	
CSS
.lst-type-bottom { overflow: hidden; width: 500px; padding: 0 10px 10px; border: 1px solid #c2c2c2; }
.lst-type-bottom li { 
  overflow: hidden; clear: both; margin: 10px 0 0; color: #2d2c2d; font-family: Dotum, 
  font-size: 12px; line-height: 14px; list-style: none; 
}
.lst-type-bottom li img { 
	display: inline; float: left; width: 90px; height: 90px; margin: 0 10px 0 0; border: none; 
}
.lst-type-bottom li a { color: #2d2c2d; text-decoration: none; }
.lst-type-bottom li a:hover { text-decoration: underline; }
	
History