Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaoaustero/ui-reboot

♻ Default values for HTML elements
https://github.com/jaoaustero/ui-reboot

Last synced: 1 day ago
JSON representation

♻ Default values for HTML elements

Awesome Lists containing this project

README

        

# UI Reboot

ui-reboot.css is a customisable CSS file that makes browsers render all
elements more consistently and in line with modern standards.

The project relies on researching the differences between default browser
styles in order to precisely target only the styles that need or benefit from
normalizing.

## Install

Download from the [project page](https://github.com/JaoAustero/UI-Reboot).

## What does it do?

* 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 improvements.
* Explains what code does using detailed comments.

## How to use it

No other styles should come before ui-reboot.css.

It is recommended that you include the `ui-reboot.css` file as untouched
library code.

## Browser support

* Google Chrome Latest
* Mozilla Firefox Latest
* Apple Safari 9.1+
* Opera Latest
* Internet Explorer 11+

## Acknowledgements

ui-reboot.css is a project by [Jerald D. Austero](https://github.com/JaoAustero/).