https://github.com/vasanthv/stylize.css
A beautiful alternative to CSS resets & normalisers.
https://github.com/vasanthv/stylize.css
Last synced: 6 months ago
JSON representation
A beautiful alternative to CSS resets & normalisers.
- Host: GitHub
- URL: https://github.com/vasanthv/stylize.css
- Owner: vasanthv
- License: mit
- Created: 2018-03-13T14:12:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T18:29:53.000Z (about 5 years ago)
- Last Synced: 2025-02-09T10:44:41.458Z (over 1 year ago)
- Language: HTML
- Homepage: https://vasanthv.me/stylize.css/
- Size: 18.6 KB
- Stars: 48
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stylize.css
> 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](https://vasanthv.github.io/stylize.css/demo.html).
## Usage:
```html
```
### License
MIT