text-decoration: underline;
위치 간격 설정 속성들
text-underline-position
: underline의 위치를 설정text-underline-offset
: underline의 간격 띄우기(오프셋, offset)를 설정
이 두 속성의 사용법에 대해 알아보겠습니다.
text-underline-position
속성
text-underline-position
속성은
underline의 위치를 설정합니다.
형식 구문
text-underline-offset
속성
text-underline-offset
속성은
underline의 간격 띄우기(오프셋, offset)를 설정합니다.
형식 구문
text-underline-position
과 text-underline-offset
속성 비교
이 두 속성은 모두 텍스트의 underline의 위치 간격를 설정하는 데 사용한다는 공통점이 있습니다.
두 속성의 차이점은 다음과 같습니다.
text-underline-position |
underline 위치를 선택 또는 폰트에서 정의된 위치 사용할 수 있어서 편리합니다. |
---|---|
text-underline-offset |
길이 단위로 정밀하게 underline의 간격을 조정할 수 있습니다. |
text-underline-position
과 text-underline-offset
둘 다 사용할 경우
text-underline-position
속성 값을 기준으로 text-underline-offset
간격 기준(영점 위치)이 달라집니다.
브라우저 호환성
속성 |
데스크탑 Chrome
|
데스크탑데스크탑 Edge
|
데스크탑 Firefox
|
Safari
|
---|---|---|---|---|
text-underline-position
|
33 | 12 | 74 | 12.1 |
text-underline-offset
|
87 | 87 | 70 | 12.1 |