text-decoration: none; //선x
text-decoration: line-through; //글자 중간 선
text-decoration: overline; //글자 위 선
text-decoration: unverline; //글자 아래 선
text-decoration: double; //글자 아래 두줄
text-decoration: dotted; //글자 아래 점선
text-decoration: dashed; //글자 아래 긴 점선
text-decoration: wavy; //글자 아래 물결선
text-decoration: initial; //기본값
text-decoration: inherit; //부모값 상속
색지정 가능
text-decoration: underline red;
text-decoration-line: underline, line-through
text-decoration-color: 색
text-decoration-style: solid, wavy, dashed
text-decoration-thickness: 선 두께
반응형
'그때 그때 > CSS' 카테고리의 다른 글
selectbox option custom / arrow 제거(ie) (0) | 2021.07.13 |
---|---|
border gradient (0) | 2021.02.10 |
모바일 터치 touch-action (0) | 2021.01.27 |
flex 중앙정렬 (0) | 2021.01.19 |
float 해제 (0) | 2020.12.31 |