텍스트의 그림자 효과를 지정합니다.
콤마(,)로 구분해서 여러 효과를 겹쳐서 표시할 수 있습니다. 먼저 지정한 효과가 앞에 표시됩니다.
콤마(,)로 구분해서 여러 효과를 겹쳐서 표시할 수 있습니다. 먼저 지정한 효과가 앞에 표시됩니다.
- CSS Level
- CSS 3
- 상속
- 예
- 기본값
- none
text-emphasis-position: below left;
text-emphasis: filled circle #f00;
text-emphasis-style: filled circle;
text-decoration-skip: none;
text-decoration: underline
text-decoration: navy dotted underline;
object.style.textDecoration = "overline"
text-decoration-style: wavy
text-decoration-line: underline;
text-decoration-line: underline overline;
letter-spacing: 3px;
object.style.letterSpacing = "10px"
word-spacing: 30px;
object.style.wordSpacing = "10px"
text-justify: inter-word;
text-align-last: right
text-align: right
object.style.textAlign = "right"
overflow-wrap: break-word;
word-break: keep-all;