Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Jun 13, 2023
1 parent 9873c8a commit 002e8e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="./docs/images/zumer.png" width=120 />
<img src="./assets/images/zumer.png" width=120 />

# Zumer - CSS radial library

Expand Down Expand Up @@ -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.

Expand Down
File renamed without changes
12 changes: 6 additions & 6 deletions index.html → examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./dist/css/index.min.css" type="text/css" defer/>
<title>Radial grid layout - css only</title>
<title>Zumer CSS</title>
<style>
body {
font-family: 'Lucida Sans', Verdana, sans-serif;
Expand All @@ -16,11 +16,11 @@
<body>
<h2>Examples</h2>
<ul>
<li><a href="./examples/generic.html">Generic</a></li>
<li><a href="./examples/watch.html">Watch</a></li>
<li><a href="./examples/spread.html">Spread</a></li>
<li><a href="./examples/form.html">Form</a></li>
<li><a href="./examples/arc.html">arc</a></li>
<li><a href="./generic.html">Generic</a></li>
<li><a href="./watch.html">Watch</a></li>
<li><a href="./spread.html">Spread</a></li>
<li><a href="./form.html">Form</a></li>
<li><a href="./arc.html">arc</a></li>
</ul>
</body>
</html>

0 comments on commit 002e8e8

Please sign in to comment.