A collection of useful CSS classes for every project
Use utility.css in your project to avoid writing your own utility classes for every project. This is a readymade utility file that contains CSS classes for all basic use cases like margin, padding, border and more.
- Ultra Lightweight - a single 11 KB css file
- Compatible with all major frameworks
- Non invasive with no CSS conflicts
- One line integration
- Margin
- Padding
- Border
- Color
- and more...
- Include the stylesheet on your document's
<head>
<head>
<link rel="stylesheet" href="utility.min.css">
</head>
- Add the required CSS class to the HTML element. You may also want to include multiple classes if needed.
IE9+, Chrome, Firefox, Opera, Safari and everything else.
This project is maintained by CybrHome. If you encounter any issues while using this plugin or have any ideas for this plugin, feel free to create an issue or feature request on GitHub. Alternatively, you can write to the creators directly.
Shubham Badal
- https://twitter.com/ShubhamBadal
- https://github.com/ShubhamBadal
- http://www.cybrhome.com/ShubhamBadal
Ajeet Lakhani
- https://twitter.com/lakhani_ajeet
- https://github.com/Ajeetlakhani
- http://www.cybrhome.com/AjeetLakhani
The MIT License (MIT)
Copyright (c) 2016 CybrHome
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.