A beautiful alternative to CSS resets & normalizers.
We all know that HTML documents without any CSS suck. Stylize.css adds a set of CSS rules to render HTML markup in a much better and consistent way, across browsers.
Stylize.css defines CSS rules on HTML tags; which helps you render your markup in a beautiful way, without the need to use any classes, attributes, etc.
- Lightweight (just 4KB in size).
- No need for css .classes or #ids in your HTML.
- Consistent behaviour across all modern browsers.
View the demo here.
<link rel="stylesheet" href="stylize.min.css" />
MIT