Skip to content
[ CSS ] text underline 의 높이 조절, 굵기 설정하기

[ CSS ] text underline 의 높이 조절, 굵기 설정하기

2023년 11월 15일

text-underline의 상세한 조절이 가능합니다.

underline의 굵기 설정

text-decoration-thickness: 0;

underline의 위치 조절

text-underline-offset: 5px;

참고할 수 있도록 게시함.

Last updated on