Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
svichas committed Jul 16, 2018
1 parent 6c2c26e commit 8108497
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 stefanos vichas
Copyright (c) 2017 stefanos vichas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
72 changes: 72 additions & 0 deletions README.md
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 &#x3C;link&#x3E; into your &#x3C;head&#x3E; 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>
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ $ git push origin <topic-branch-name>

### License

<p>By contributing your code, you agree to license your contribution under the MIT license.</p>
<p>By contributing your code, you agree to license your contribution under the MIT license.</p>
Binary file added essentials.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8108497

Please sign in to comment.