✦ tip & info

티스토리 이미지 설명 (캡션) 꾸미기

Riddah 2019. 9. 11. 01:35

 

 

css에 하단 코드 추가.

 

 

/*이미지 설명*/
figure figcaption {
    font-size: 9px;  font-family:dotum; color:#898989; font-weight:bold;
    word-break: break-word;
    padding-top: 10px;
    min-height: 20px;
    caption-side: bottom;
    text-align: center;
}