Skip to content

svichas/essentials.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Essentials.css

npm GitHub 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

$ bower install essentials.css

Install with npm

$ npm install essentials.css

Install with CDN

https://unpkg.com/essentials.css@2.5.0/dist/essentials.min.css

Download latest release

here

Clone repository

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

<!-- Essentials.css framework -->
<link rel="stylesheet" type="text/css" href="https://unpkg.com/essentials.css@2.5.0/dist/essentials.min.css">

Documentation

svichas.github.io/essentials.css

Contributing

Click here to see Contributing guidelines.

License

Created by Stefanos Vichas. Licensed under the MIT License.