24 lines
569 B
Markdown
24 lines
569 B
Markdown
<p align="center">
|
|
<img src="logo.png" width="80%">
|
|
</p>
|
|
|
|
Modern normalizer. Removes the annoying elements when developing a web compatible with browsers.
|
|
|
|
## Download
|
|
|
|
Right click and save as... [symbiosis.css](https://raw.githubusercontent.com/tanrax/symbiosis-css/v1.0/symbiosis.css)
|
|
|
|
## CDN
|
|
|
|
### Standard version
|
|
|
|
``` html
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/symbiosis-css@v1.0/symbiosis.css">
|
|
```
|
|
|
|
### Minified version
|
|
|
|
``` html
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/symbiosis-css@v1.0/symbiosis.min.css">
|
|
```
|