Skip to content

Instantly share code, notes, and snippets.

@yashbarot
Last active November 22, 2016 04:22
Show Gist options
  • Select an option

  • Save yashbarot/d39d1967a2c646029e7ae14b050133fb to your computer and use it in GitHub Desktop.

Select an option

Save yashbarot/d39d1967a2c646029e7ae14b050133fb to your computer and use it in GitHub Desktop.
Bootstrap Helpers

Change Text Color using default classes

<p class="text-muted">...</p>
<p class="text-primary">...</p>
<p class="text-success">...</p>
<p class="text-info">...</p>
<p class="text-warning">...</p>
<p class="text-danger">...</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment