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.
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
Clone repository
$ git clone https://github.com/svichas/essentials.css.git
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">
svichas.github.io/essentials.css
Click here to see Contributing guidelines.
Created by Stefanos Vichas. Licensed under the MIT License.