An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Essentials.css

[![npm](https://img.shields.io/npm/v/essentials.css.svg)](https://www.npmjs.com/package/essentials.css)
[![GitHub license](https://img.shields.io/github/license/svichas/essentials.css.svg)](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**

here

**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.