tailwindcss/docs/source/docs/text-alignment.blade.md
2017-12-03 02:55:40 +01:00

896 B

extends title description features
_layouts.documentation Text Alignment Utilities for controlling the alignment of text.
responsive customizable hover focus
true true false false

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

@include('_partials.class-table', [ 'rows' => [ [ '.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.', ], ] ])

Customizing

@include('_partials.variants-and-disabling', [ 'utility' => [ 'name' => 'text alignment', 'property' => 'textAlign', ], 'variants' => [ 'responsive', ], ])