tailwindcss/docs/source/docs/text-alignment.blade.md
2017-11-02 16:19:29 -04:00

2.5 KiB

extends title
_layouts.documentation Text Alignment

Text Alignment

Utilities for controlling the alignment of text.

@include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => true, 'hover' => false, 'focus' => false ])

@include('_partials.work-in-progress')

Class Properties Description
.text-left text-align: left; Align text to the left.
.text-center text-align: center; Align text to the center.
.text-right text-align: right; Align text to the right.
.text-justify text-align: justify; Justify text.