Files
symbiosis-css/README.md
2019-04-08 00:36:47 +02:00

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.2/symbiosis.css)
## CDN
### Standard version
``` html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/symbiosis-css@v1.2/symbiosis.css">
```
### Minified version
``` html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/symbiosis-css@v1.2/symbiosis.min.css">
```