CSS

[text] CSS - text-decoration-thickness 속성 - 텍스트라인 두께 지정 (= text-decoration-thickness속성 = 텍스트데커레이션씩니스속성) ※ 라인두께/라인굵기

목차
  1. text-decoration-thickness 예제 - 텍스트라인 두께 지정
  2. text-decoration-thickness 정의
  3. text-decoration-thickness 구문

 

text-decoration-thickness 예제 - 텍스트라인 두께 지정

 

<style>

h1 {

  text-decoration: underline;

  text-decoration-thickness: auto;  

}


h2 {

  text-decoration: underline;

  text-decoration-thickness: 5px;  

}


h3 {

  text-decoration: underline;

  text-decoration-thickness: 50%;    

}


/* 단축속성 사용 경우 */

h4 {

  text-decoration: underline solid red 50%;    

}

</style>


<h1>홈짱닷컴 Homzzang.com</h1>

<h2>홈짱닷컴 Homzzang.com</h2>

<h3>홈짱닷컴 Homzzang.com</h3>

<h4>홈짱닷컴 Homzzang.com</h4>

 

결과보기

 

text-decoration-thickness 정의

 

텍스트라인 두께 지정.

 


 

1. cf.

 

2.

  • 기본값: auto
  • 상속여부: X
  • 애니가능: X
  • CSS버전: CSS4
  • JS구문: object.style.textDecorationThickness="5px";

 

3.

IE 제외한 주요 최신 브라우저 모두 지원.

 

4. MDN text-decoration-thickness 예제보기

https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-thickness

 

 

text-decoration-thickness 구문

 

selector {text-decoration-thickness: auto|from-font|length|percentage|initial|inherit;}

 


[속성값]

 

auto

브라우저 자동 지정. (기본값)

 

from-font

폰트에 내장된 두께 정보 사용. 없으면, auto 사용.

 

length

길이 단위로 두께 지정. (예: 5px)

 

percentage

텍스트 크기의  백분율로 지정. (예: 50%)

 

initial

이 속성의 기본값 사용.

 

inherit

부모요소의 속성값 상속.

 

 


분류 제목
border CSS - border-block-end-style 속성 - 블락방향 끝테두리 모양 지정 (= border-…
border CSS - border-block-end-width 속성 - 블락방향 끝테두리 너비(=두께) 지정 (= bo…
border CSS - border-block-start 속성 - 블락방향 시작테두리 스타일 일괄 지정 (= border…
border CSS - border-block-start-color 속성 -
border CSS - border-block-start-style 속성 - 블락방향 시작테두리 모양 지정 (= bord…
border CSS - border-block-start-width 속성 -
border CSS - border-block-style 속성 - 블락방향 테두리 모양 지정 (= border-block…
border CSS - border-block-width 속성 -
border CSS - border-end-end-radius 속성 -
border CSS - border-end-start-radius 속성 -
border CSS - border-inline 속성 -
border CSS - border-inline-color 속성 -
border CSS - border-inline-end 속성 -
border CSS - border-inline-end-color 속성 -
border CSS - border-inline-end-style 속성 -
25/33
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티 1
웹유틸
회원센터
홈짱닷컴 PC버전 로그인