Commit 46f5bbcf authored by Chris Rebert's avatar Chris Rebert
Browse files

document #11675

parent c6a5e6ac
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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 %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment