text-indent
text-indent 속성에 대한 유틸리티입니다.
텍스트 라인 앞의 공간(들여쓰기)의 길이를 설정합니다.
클래스 | 약어 클래스 | 속성 |
---|---|---|
text-indent:0 | txt-indent:0 | text-indent: var(--gap-0) !important; /* 0rem (0px) */ |
text-indent:1 | txt-indent:1 | text-indent: var(--gap-1) !important; /* 0.25rem (4px) */ |
text-indent:2 | txt-indent:2 | text-indent: var(--gap-2) !important; /* 0.5rem (8px) */ |
text-indent:3 | txt-indent:3 | text-indent: var(--gap-3) !important; /* 0.75rem (12px) */ |
text-indent:4 | txt-indent:4 | text-indent: var(--gap-4) !important; /* 1rem (16px) */ |
text-indent:5 | txt-indent:5 | text-indent: var(--gap-5) !important; /* 1.25rem (20px) */ |
text-indent:6 | txt-indent:6 | text-indent: var(--gap-6) !important; /* 1.5rem (24px) */ |
text-indent:7 | txt-indent:7 | text-indent: var(--gap-7) !important; /* 1.75rem (28px) */ |
text-indent:8 | txt-indent:8 | text-indent: var(--gap-8) !important; /* 2rem (32px) */ |
text-indent:9 | txt-indent:9 | text-indent: var(--gap-9) !important; /* 2.25rem (36px) */ |
text-indent:10 | txt-indent:10 | text-indent: var(--gap-10) !important; /* 2.5rem (40px) */ |
기본 들여쓰기 크기 var(--gap)
설정과 관련된 내용은 여기를 참고해주세요.