textDecorationLine: "underline",
textUnderlinePosition: "under",
text-underline-position을 under로 설정해주면
글자에 딱 붙어있던 밑줄을 조금 떨어뜨릴 수 있다.
단점 : firefox, opera, safari에서는 적용되지 않는다고 한다.
https://im-developer.tistory.com/21
[CSS] text-decoration: underline 간격 조금 띄우기
조금 더 아래에 밑줄이 생깁니다 원래 밑줄입니다 .underline1 { text-decoration: underline; text-underline-position: under; } .underline2 { text-decoration: underline; } 보통의 경우 디자인적으로 밑줄..
im-developer.tistory.com
'Dev > Style' 카테고리의 다른 글
[CSS] 리액트 link 밑줄 없애기 (0) | 2022.10.24 |
---|---|
[CSS] div 내에서 스크롤하기 (0) | 2022.10.24 |
[CSS] ul ol 글자만 왼쪽 정렬하기 (0) | 2022.10.24 |
[HTML] input 태그 클릭시 자동 줌인되지 않게 하기 (0) | 2022.10.08 |
[CSS] body 윗부분 빈 칸 없애는 법 (0) | 2022.10.01 |