Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matildevoldsen/css-helper
A CSS Helper classes with aligning properties, container and margin & padding helpers.
https://github.com/matildevoldsen/css-helper
aligment css css-flexbox css-helper css3 sass
Last synced: 10 days ago
JSON representation
A CSS Helper classes with aligning properties, container and margin & padding helpers.
- Host: GitHub
- URL: https://github.com/matildevoldsen/css-helper
- Owner: Matildevoldsen
- Created: 2017-09-10T19:50:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T19:59:18.000Z (over 7 years ago)
- Last Synced: 2024-12-29T01:08:19.341Z (14 days ago)
- Topics: aligment, css, css-flexbox, css-helper, css3, sass
- Language: CSS
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS-Helper
A CSS Helper classes with aligning properties, container and margin & padding helpers.**Text Alignment**
There's a .align-text-left, .align-text-center, and .align-text-right classes. They all use text-align: $property.**Align Element**
There's .align-left, align-center, and align-right which all uses flexible box properties.**Margin helpers & Padding Helpers**
There's access to margin or padding with the class m-l-1, m-t-1, p-r-1 and so on.