https://github.com/svichas/essentials.css
👨💻 A lightweight & simple css framework
https://github.com/svichas/essentials.css
css css-framework html html5
Last synced: 4 months ago
JSON representation
👨💻 A lightweight & simple css framework
- Host: GitHub
- URL: https://github.com/svichas/essentials.css
- Owner: svichas
- License: mit
- Created: 2017-06-17T11:46:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T12:23:55.000Z (over 7 years ago)
- Last Synced: 2026-01-23T16:13:54.758Z (5 months ago)
- Topics: css, css-framework, html, html5
- Language: CSS
- Homepage: https://svichas.github.io/essentials.css/
- Size: 4.98 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/essentials.css)
[](https://github.com/svichas/essentials.css/blob/master/LICENSE)
## Why essentials.css
Essentials.css is a small CSS framework and provides all the essentials styles you need for a website. Includes Normalize.css for rendering all elements more consistently and in line with modern standards.
## Installation
**Install with bower**
```sh
$ bower install essentials.css
```
**Install with npm**
```sh
$ npm install essentials.css
```
**Install with CDN**
```html
https://unpkg.com/essentials.css@2.5.0/dist/essentials.min.css
```
**Download latest release**
**Clone repository**
```sh
$ git clone https://github.com/svichas/essentials.css.git
```
## Usage
Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.
```html
```
## Documentation
svichas.github.io/essentials.css
## Contributing
Click here to see Contributing guidelines.
## License
Created by Stefanos Vichas. Licensed under the MIT License.