stylize.css
A beautiful alternative CSS resets & normalizers.
We all know that HTML document without CSS sucks. Stylize.css adds a set of CSS to the HTML markup to make it look much better and consistent across browsers.
Stylize.css adds styles to the semantic HTML markup. So use tags only and no classes, attributes, etc.
- Lightweight (just 4KB in size).
- No need to add any css .class or #id to your HTML.
- Consistent behaviour across all modern browsers.
See the demo here.
Usage:
<link rel="stylesheet" href="stylize.min.css" />License
MIT