Skip to content

Commit 25fd84f

Browse files
committed
- add css unit converter to sidebar.html and tools.json, add screenshot
1 parent 54c7c1c commit 25fd84f

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
@@ -1659,5 +1659,16 @@
16591659
"aiPowered": false,
16601660
"featured": false,
16611661
"date": "2025-07-19"
1662+
},
1663+
{
1664+
"id": "css_unit_converter",
1665+
"title": "CSS Unit Converter",
1666+
"description": "Professional CSS unit converter tool. Convert between px, em, rem, %, vh, vw, pt, and more with live preview, batch conversion, and CSS code generation. Free online tool.",
1667+
"url": "tools/css_unit_converter.html",
1668+
"screenshot": "screenshots/screenshot_217.webp",
1669+
"type": "tool",
1670+
"aiPowered": false,
1671+
"featured": false,
1672+
"date": "2025-08-31"
16621673
}
16631674
]

screenshots/screenshot_217.webp

13.3 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ <h2>Tools by ChatGPT</h2>
302302
<li><a href="/tools/text_to_speech.html">Text-to-Speech Tool</a></li>
303303
<li><a href="/games/8-ball.html">8-Ball Pool Game</a></li>
304304
<li><a href="/games/stack_tower.html">Stack Tower</a></li>
305+
<li><a href="/tools/css_unit_converter.html">CSS Unit Converter</a></li>
305306
<!-- end -->
306307
</ul>
307308
</div>

0 commit comments

Comments
 (0)