html, 스타일시트(css, scss)
[css] 글자 밑줄 긋고 밑줄에 스타일 넣기 / text-decoration
yerica
2025. 4. 3. 15:07
https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration
text-decoration - CSS: Cascading Style Sheets | MDN
The text-decoration shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for text-decoration-line, text-decoration-color, text-decoration-style, and the newer text-decoration-thickness property.
developer.mozilla.org
https://hianna.tistory.com/679
[HTML/CSS] 글자 밑줄 긋기 (위치, 두께, 색깔, 모양 지정하기) text-decoration
이번에는 CSS를 사용하여 글자에 밑줄을 긋고, 밑줄의 위치, 두께, 색깔, 모양을 지정할 수 있는 방법을 정리해보겠습니다. 간단하게 밑줄 긋기 글자에 밑줄을 긋기 위해서는 CSS의 text-decoration 속
hianna.tistory.com
text-decoration
1.text-decoration-color
밑줄의 색상
2.text-decoration-line
밑줄 위치
3.text-decoration-style
밑줄의 모양
4.text-decoration-thickness
밑줄 두께