Skip to content

Instantly share code, notes, and snippets.

@dorofteiiuliana
Last active August 8, 2016 11:36
Show Gist options
  • Save dorofteiiuliana/42c4f0d5b31e57f9e8968164efb605c7 to your computer and use it in GitHub Desktop.
Save dorofteiiuliana/42c4f0d5b31e57f9e8968164efb605c7 to your computer and use it in GitHub Desktop.
Alinment CLASSES
<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>
<p class="text-nowrap">No wrap text.</p>
http://www.wikihow.com/Align-Something-in-HTML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment