본문 바로가기
tistory

[Tistory] 티스토리 글 content 안의 이미지에 테두리 넣기

by clolee 2022. 8. 25.

티스토리 글 content 안의 이미지에 테두리 넣기

 

bookclub 스킨

 

스킨 편집 > CSS

CSS 파일 내에서 .entry-content figure 검색

 

 

이미지 테두리 설정 값 추가


  
.entry-content figure {
margin-top: 8px !important;
/* change_clo make img border */
border-width : 1px;
padding: 3px;
border-style : solid;
border-color : #aaaaaa;
}

 

 

적용 후 확인하기

 

테두리 설정 적용 이전

 

테두리 설정 적용 이후

 

 

참고 :

https://developer.mozilla.org/ko/docs/Web/CSS/border

https://interested-in.tistory.com/10

https://info-lab.tistory.com/445

 

댓글