diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-25 20:06:18 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-25 20:06:18 +0530 |
| commit | 65dfee261f4b2f0b2fb683398e4b5d02065e30f7 (patch) | |
| tree | 7a48ba6e632d9d9fe8903f7d9d9da7524203ffe0 /README.md | |
| parent | 5e1258f16bd18c7c62448994f95621a0e4a4aa25 (diff) | |
| download | css-everything-65dfee261f4b2f0b2fb683398e4b5d02065e30f7.tar.gz css-everything-65dfee261f4b2f0b2fb683398e4b5d02065e30f7.zip | |
Update README.md
Diffstat (limited to '')
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,8 +1,14 @@ -# css-everything +<center> + <img src="./media/banner.png" /> +</center> + +--- + A ui library where you only write CSS. No HTML, no JS, no build system, only CSS (kinda). > Disclaimer: Don't use this + ## Usage - [Read the documentation](https://github.com/phenax/css-everything/tree/main/docs/README.md) to become enlightened. @@ -11,6 +17,7 @@ A ui library where you only write CSS. No HTML, no JS, no build system, only CSS ### Simple example You can start by adding the script tag for the renderer inside the body + ```html <!-- index.html --> <html lang="en"> @@ -23,12 +30,6 @@ You can start by adding the script tag for the renderer inside the body </html> ``` -**NOTE:** The HTML needs to have a body element since that is the root of your application by default. - -**NOTE_v2:** Styles need to be loaded before the renderer is triggered. - -**NOTE_v2_final:** You can load more cssx by using the `load-cssx()` function - ```css /* style.css */ |
