UNPKG

godlike.css

Version:

CSS for layout standardization and usability of web applications

50 lines (37 loc) 1.01 kB
# Godlike.css CSS for layout standardization and usability of web applications from [1000.tech](http://1000.tech). A more modern alternative to reset.css and normalize.css. Important: only use to create new projects! <a href="https://github.com/1000tech/godlike.css"> <img src="http://1000.tech/img/pages/godlike/godlike.png" alt="godlike.css" width="120" height="120"> </a> ## What is Godlike.css ? * Preserves useful defaults, unlike many CSS resets. * Normalizes styles for a wide range of elements. * Corrects bugs and common browser inconsistencies. * Improves usability with subtle modifications. * Explains what code does using detailed comments. ## Install ### NPM: ```smartyconfig npm i godlike.css ``` ### Yarn: ```smartyconfig yarn add godlike.css ``` ### CDN: https://cdnjs.com/libraries/godlike.css ## Usage ### Webpack: ```css @import 'godlike.css' ``` ### Gulp: ```css @import '../node_modules/godlike.css/godlike' ``` ## Demo Used on [MobiDevices](https://mobidevices.ru)