Files
symbiosis-css/README.md
T
2020-09-17 12:45:23 +02:00

21 lines
800 B
Markdown

<p align="center">
<img src="logo.png" width="80%">
</p>
It's **not a reset or a framework**, it could be considered a **new Normalize.css made from scratch that respects desktop and mobile (Android and iOS)**. Symbiosis fixes small problems in **web pages or hybrid apps**, avoiding common development problems.
It's a compilation of knowledge learned by the team through reading official documentation and learning from ourselves.
## Download
Right click and ___save as__...
[Development](https://raw.githubusercontent.com/sapps-studio/symbiosis-css/v1.5/symbiosis.css)
[Production](https://cdn.jsdelivr.net/gh/sapps-studio/symbiosis-css@v1.5/symbiosis.min.css)
## CDN
``` html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sapps-studio/symbiosis-css@v1.5/symbiosis.min.css">
```