Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanve/align.css
Opensource functional CSS alignment classes.
https://github.com/ryanve/align.css
alignment css functional-css vertical-align
Last synced: about 1 month ago
JSON representation
Opensource functional CSS alignment classes.
- Host: GitHub
- URL: https://github.com/ryanve/align.css
- Owner: ryanve
- License: other
- Created: 2017-08-26T06:39:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T18:24:09.000Z (about 7 years ago)
- Last Synced: 2024-05-02T00:08:32.136Z (7 months ago)
- Topics: alignment, css, functional-css, vertical-align
- Language: CSS
- Homepage: https://www.npmjs.com/package/align.css
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# align.css
Opensource functional CSS alignment classes. Available [on npm](https://www.npmjs.com/package/align.css) for production and [unpkg](https://unpkg.com/align.css/) for prototyping online.
```
npm install align.css
```### `@import`
```css
@import 'node_modules/align.css/align';
```## [Classes](align.css)
- `.align-baseline`
- `.align-middle`
- `.align-bottom`
- `.align-top`