https://github.com/johnnythetank/bootstrap-align
Missing align classes for Bootstrap
https://github.com/johnnythetank/bootstrap-align
algin bootstrap classes missing
Last synced: 6 months ago
JSON representation
Missing align classes for Bootstrap
- Host: GitHub
- URL: https://github.com/johnnythetank/bootstrap-align
- Owner: JohnnyTheTank
- License: mit
- Created: 2016-01-22T17:32:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T15:23:33.000Z (about 9 years ago)
- Last Synced: 2024-11-17T08:46:59.936Z (6 months ago)
- Topics: algin, bootstrap, classes, missing
- Language: CSS
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrap-align
Missing **align** library (css & sass) for [twitter bootstrap](https://github.com/twbs/bootstrap) (version 3 & 4)[](https://badge.fury.io/js/bootstrap-align)
[](https://badge.fury.io/bo/bootstrap-align)## usage
1. Install via either [bower](http://bower.io/), [npm](https://www.npmjs.com/) or downloaded files:
1. `bower install --save bootstrap-align`
2. `npm install --save bootstrap-align`
3. download [bootstrap-align.zip](https://github.com/JohnnyTheTank/bootstrap-align/zipball/master)
2. Add files to your html
1. when using bower
```html
```2. when using npm
```html
```
3. when using downloaded files
```html
```## available classes
| xs | sm | md | lg |
| --- | ---| ---| ---|
| `.xs-text-left` | `.sm-text-left` | `.md-text-left` | `.lg-text-left` |
| `.xs-only-text-left` | `.sm-only-text-left` | `.md-only-text-left` | |
| `.xs-text-center` | `.sm-text-center` | `.md-text-center` | `.lg-text-center` |
| `.xs-only-text-center` | `.sm-only-text-center` | `.md-only-text-center` | |
| `.xs-text-right` | `.sm-text-right` | `.md-text-right` | `.lg-text-right` |
| `.xs-only-text-right` | `.sm-only-text-right` | `.md-only-text-right` | |
| `.xs-text-justify` | `.sm-text-justify` | `.md-text-justify` | `.lg-text-justify` |
| `.xs-only-text-justify` | `.sm-only-text-justify` | `.md-only-text-justify` | |# license
MIT