diff --git a/README.md b/README.md index d44c5d2..eb18c27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # Zumer - CSS radial library @@ -108,7 +108,7 @@ In this example, three arcs are placed in a Ring. To draw three arcs that cover #### `item` (probably orbiter) -The `item` class is used to position and contain content within the Zumer radial grid. It offers various customization options, including different sizes (`xxs`, `xs`, `s`, `m`, `l`, `xl`, `xxl`), shapes (`line`, `circle`, `box`, `rounded`, `blob`), and relative ring positions (`middle`, `upper`, `lower`). +The `item` class is used to position and contain content within the Zumer radial grid. It offers various customization options, including different sizes (`xxs`, `xs`, `s`, `m`, `l`, `xl`, `xxl`), shapes (`line`, `circle`, `box`, `rounded`, `blob`), orbital position (`stationary`), and relative ring positions (`middle`, `upper`, `lower`). One of the notable features of Zumer is the ability to nest `item` elements, allowing for complex and layered radial designs. diff --git a/docs/images/zumer.png b/assets/images/zumer.png similarity index 100% rename from docs/images/zumer.png rename to assets/images/zumer.png diff --git a/index.html b/examples/index.html similarity index 59% rename from index.html rename to examples/index.html index a27bd15..779e4d2 100644 --- a/index.html +++ b/examples/index.html @@ -5,7 +5,7 @@ - Radial grid layout - css only + Zumer CSS