텍스트
텍스트 정렬, 변환, 장식, 줄바꿈 관련 클래스입니다.
Text Align
| 클래스 | CSS |
|---|
tal | text-align: left |
tar | text-align: right |
tac | text-align: center |
taj | text-align: justify |
Text Transform
| 클래스 | CSS |
|---|
ttn | text-transform: none |
ttu | text-transform: uppercase |
ttl | text-transform: lowercase |
ttc | text-transform: capitalize |
Text Decoration
| 클래스 | CSS |
|---|
tdn | text-decoration: none |
tdu | text-decoration: underline |
tdo | text-decoration: overline |
tdlt | text-decoration: line-through |
White Space
| 클래스 | CSS |
|---|
wsn | white-space: nowrap |
wsp | white-space: pre |
wspl | white-space: pre-line |
wspw | white-space: pre-wrap |
wsi | white-space: initial |
Word Break
| 클래스 | CSS |
|---|
wbn | word-break: normal |
wbba | word-break: break-all |
wbbw | word-break: break-word |
wbka | word-break: keep-all |
wbap | word-break: auto-phrase |
wbinh | word-break: inherit |
wbini | word-break: initial |
wbr | word-break: revert |
wbrl | word-break: revert-layer |
wbu | word-break: unset |
Text Align Last
| 클래스 | CSS |
|---|
taln | text-align-last: auto |
tall | text-align-last: left |
talr | text-align-last: right |
talc | text-align-last: center |
talj | text-align-last: justify |
Text Decoration Style
| 클래스 | CSS |
|---|
tdss | text-decoration-style: solid |
tdsd | text-decoration-style: dashed |
tdsdt | text-decoration-style: dotted |
tdsw | text-decoration-style: wavy |
tdsdb | text-decoration-style: double |
Text Justify
| 클래스 | CSS |
|---|
tja | text-justify: auto |
tjn | text-justify: none |
tjw | text-justify: inter-word |
tjc | text-justify: inter-character |
Text Orientation
| 클래스 | CSS |
|---|
tom | text-orientation: mixed |
tou | text-orientation: upright |
tosr | text-orientation: sideways-right |
tos | text-orientation: sideways |
Hyphens
| 클래스 | CSS |
|---|
hyn | hyphens: none |
hya | hyphens: auto |
hym | hyphens: manual |
Direction / Writing Mode
| 클래스 | CSS |
|---|
drl | direction: ltr |
drr | direction: rtl |
wmhtb | writing-mode: horizontal-tb |
wmvr | writing-mode: vertical-rl |
wmvl | writing-mode: vertical-lr |
Vertical Align
| 클래스 | CSS |
|---|
vat | vertical-align: top |
vam | vertical-align: middle |
vab | vertical-align: bottom |
vabl | vertical-align: baseline |
vasb | vertical-align: sub |
vasp | vertical-align: super |
vatb | vertical-align: text-bottom |
vatt | vertical-align: text-top |
vau | vertical-align: unset |