-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #394 from Mogztter/issue-380-text-align
resolves #380 add text-<alignment> styles
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
= Text Alignments | ||
|
||
== Default | ||
|
||
This is the default (boring) alignment! | ||
|
||
== Center | ||
|
||
[.text-center] | ||
This text is centered. | ||
|
||
== Left | ||
|
||
[.text-left] | ||
This text is left-aligned. | ||
|
||
== Right | ||
|
||
[.text-right] | ||
This text is right-aligned. | ||
|
||
== Justified | ||
|
||
[.text-justify] | ||
This text is justified. | ||
|
||
[.text-right] | ||
== Title is Right-Aligned | ||
|
||
Content too! | ||
|
||
== Back to Normal! | ||
|
||
Content too! | ||
|
||
[.text-left] | ||
== Title is Left-Aligned | ||
|
||
Content too! | ||
|
||
[.text-center] | ||
== Title is Centered | ||
|
||
Content too! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters