Skip to content

text-indent

text-indent 속성에 대한 유틸리티입니다.

텍스트 라인 앞의 공간(들여쓰기)의 길이를 설정합니다.

클래스약어 클래스속성
text-indent:0txt-indent:0text-indent: var(--gap-0) !important; /* 0rem (0px) */
text-indent:1txt-indent:1text-indent: var(--gap-1) !important; /* 0.25rem (4px) */
text-indent:2txt-indent:2text-indent: var(--gap-2) !important; /* 0.5rem (8px) */
text-indent:3txt-indent:3text-indent: var(--gap-3) !important; /* 0.75rem (12px) */
text-indent:4txt-indent:4text-indent: var(--gap-4) !important; /* 1rem (16px) */
text-indent:5txt-indent:5text-indent: var(--gap-5) !important; /* 1.25rem (20px) */
text-indent:6txt-indent:6text-indent: var(--gap-6) !important; /* 1.5rem (24px) */
text-indent:7txt-indent:7text-indent: var(--gap-7) !important; /* 1.75rem (28px) */
text-indent:8txt-indent:8text-indent: var(--gap-8) !important; /* 2rem (32px) */
text-indent:9txt-indent:9text-indent: var(--gap-9) !important; /* 2.25rem (36px) */
text-indent:10txt-indent:10text-indent: var(--gap-10) !important; /* 2.5rem (40px) */

기본 들여쓰기 크기 var(--gap) 설정과 관련된 내용은 여기를 참고해주세요.