Skip to content

Commit f6ba358

Browse files
committed
- add screenshot for CSS Cursor Playground
- add CSS Cursor Playground to sidebar and tools.json
1 parent 2650c96 commit f6ba358

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,5 +1329,16 @@
13291329
"aiPowered": false,
13301330
"featured": false,
13311331
"date": "2025-04-22"
1332+
},
1333+
{
1334+
"id": "css_cursor_playground",
1335+
"title": "CSS Cursor Playground - Interactive CSS Cursor Property Tool",
1336+
"description": "Explore and experiment with all CSS cursor properties in this interactive playground. Test standard cursors, create custom cursors, and generate CSS code for your web projects.",
1337+
"url": "tools/css_cursor_playground.html",
1338+
"screenshot": "screenshots/screenshot_174.png",
1339+
"type": "tool",
1340+
"aiPowered": false,
1341+
"featured": false,
1342+
"date": "2025-04-29"
13321343
}
13331344
]

screenshots/screenshot_174.png

22.1 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ <h2>Tools by ChatGPT</h2>
259259
<li><a href="/games/asteroids_3d.html">3D Asteroids</a></li>
260260
<li><a href="/tools/zalgo_text_generator.html">Zalgo Text Generator</a></li>
261261
<li><a href="/tools/character_map_explorer.html">Character Map Explorer</a></li>
262+
<li><a href="/tools/css_cursor_playground.html">CSS Cursor Playground - Interactive CSS Cursor Property Tool</a></li>
262263
<!-- end -->
263264
</ul>
264265
</div>

0 commit comments

Comments
 (0)