-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
svichas
committed
Jul 16, 2018
1 parent
6c2c26e
commit 8108497
Showing
4 changed files
with
74 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<p align="center"> | ||
<img src="essentials.png" alt="Essentials.css" width=100 height=100> | ||
</p> | ||
|
||
|
||
[![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 simple & minimal CSS framework. It includes <a href="https://necolas.github.io/normalize.css/">Normalize.css</a> for rendering all elements more consistently and in line with modern standards. Also essentials.css is a light-weight framework and about 20 KB when minified. | ||
|
||
|
||
## 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.0.0/dist/essentials.min.css | ||
``` | ||
|
||
**Download latest release** | ||
|
||
<a href="https://github.com/svichas/essentials.css/releases">here</a> | ||
|
||
**Clone repository** | ||
|
||
```sh | ||
$ git clone https://github.com/svichas/essentials.css.git | ||
``` | ||
|
||
|
||
## Usage | ||
|
||
<p>Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.</p> | ||
|
||
```html | ||
<!-- Open-sans font optional --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> | ||
<!-- Essentials.css framework --> | ||
<link rel="stylesheet" type="text/css" href="https://unpkg.com/essentials.css@1.3.6/dist/essentials.min.css"> | ||
``` | ||
|
||
|
||
## Documentation | ||
|
||
<a href="https://svichas.github.io/essentials.css/">svichas.github.io/essentials.css</a> | ||
|
||
|
||
## Contributing | ||
|
||
<a href="contributing.md">Click here to see Contributing guidelines.</a> | ||
|
||
|
||
## License | ||
|
||
<p>Created by <a href="https://github.com/svichas">Stefanos Vichas</a>. Licensed under the MIT License.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.