텍스트 shadow 생성기입니다. 100% 무료.
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); 텍스트 shadow 생성기에 대한 도구입니다.
A CSS text shadow is a visual effect that adds a shadow behind text characters. It is defined by the text-shadow property and consists of horizontal offset, vertical offset, blur radius, and color. Multiple shadows can be layered with commas to create complex effects like glows, outlines, and 3D depth.
이 도구는 어떻게 사용하나요?
text-shadow applies a shadow to the text characters themselves, following the shape of each letter. box-shadow applies a shadow to the rectangular box around an entire HTML element. text-shadow does not support spread radius or inset mode — only offset, blur, and color.
모바일에서도 사용할 수 있나요?