Stylize.css

A beautiful alternative to CSS resets & normalisers.

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.

View it on Github | Demo | Download

Usage

<link rel="stylesheet" href="stylize.min.css" />

Else, you can also include the latest as shown below:

<link rel="stylesheet" href="https://raw.githubusercontent.com/vasanthv/stylize.css/master/stylize.min.css" />