-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add css helper classes #424
Labels
Comments
We are introducing bootstrap 4 in PR #920 which includes all the classes listed above. |
20 tasks
ZachTRice
added a commit
that referenced
this issue
Apr 25, 2018
ZachTRice
added a commit
that referenced
this issue
May 30, 2018
ZachTRice
added a commit
that referenced
this issue
May 30, 2018
ZachTRice
added a commit
that referenced
this issue
May 31, 2018
ZachTRice
added a commit
that referenced
this issue
May 31, 2018
ZachTRice
added a commit
that referenced
this issue
May 31, 2018
ZachTRice
added a commit
that referenced
this issue
May 31, 2018
ZachTRice
added a commit
that referenced
this issue
Jun 5, 2018
ZachTRice
added a commit
that referenced
this issue
Jun 5, 2018
ZachTRice
added a commit
that referenced
this issue
Jun 6, 2018
ZachTRice
added a commit
that referenced
this issue
Jun 6, 2018
ZachTRice
added a commit
that referenced
this issue
Jun 11, 2018
ZachTRice
added a commit
that referenced
this issue
Jun 11, 2018
ZachTRice
added a commit
that referenced
this issue
Jun 12, 2018
ZachTRice
added a commit
that referenced
this issue
Jun 12, 2018
ZachTRice
added a commit
that referenced
this issue
Jun 26, 2018
ZachTRice
added a commit
that referenced
this issue
Jun 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add some basic css classes to help with development.
Block classes:
.clearfix
.left { float: left; }
.right { float: right; }
Text Classes:
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.text-nowrap
.h1,.h2,.h3,.h4,.h5,.h6
.lead
...
More classes for consideration: http://getbootstrap.com/css/#overview
The text was updated successfully, but these errors were encountered: