2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00
This commit is contained in:
Chris Rebert
2014-01-10 14:41:23 -08:00
parent c6a5e6accb
commit 46f5bbcf33
+2
View File
@@ -774,11 +774,13 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e
<p class="text-left">Left aligned text.</p>
<p class="text-center">Center aligned text.</p>
<p class="text-right">Right aligned text.</p>
<p class="text-justify">Justified text.</p>
</div>
{% highlight html %}
<p class="text-left">Left aligned text.</p>
<p class="text-center">Center aligned text.</p>
<p class="text-right">Right aligned text.</p>
<p class="text-justify">Justified text.</p>
{% endhighlight %}