From 1a460a3313b744a072bee74955be78519cd829aa Mon Sep 17 00:00:00 2001 From: RyanCadev Date: Sat, 4 Apr 2026 12:37:08 +0300 Subject: [PATCH 1/2] Add Anytools CSS Generators to Miscellaneous section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da13e01..10bd3da 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ Here is a [CSS in JS techniques comparison](https://github.com/MicheleBertoli/cs * [Single Div Project](https://github.com/ManrajGrover/SingleDivProject) - One `
`. Many possibilities. * [You Might Not Need JS](http://youmightnotneedjs.com/) - CSS alternatives for common JS UI components. * [Xpath-to-selector](https://github.com/steambap/xpath-to-selector) - Convert xpath to css selector. +* [Anytools CSS Generators](https://anytools.io) - Free browser-based CSS tools: flexbox generator, grid generator, box shadow, glassmorphism, animations, clip-path, loaders, text shadow, border radius, gradients, and contrast checker. All client-side, no account required. [⇧ back to top](#contents) From c1326d275e81af488a8fae6a0685e5ef9bcea223 Mon Sep 17 00:00:00 2001 From: Ryan Caldwell Date: Tue, 14 Apr 2026 21:18:45 +0300 Subject: [PATCH 2/2] Fix alphabetical ordering: move Anytools entry to correct position in Miscellaneous section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10bd3da..df35eef 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ Here is a [CSS in JS techniques comparison](https://github.com/MicheleBertoli/cs ## Miscellaneous +* [Anytools CSS Generators](https://anytools.io) - Free browser-based CSS tools: flexbox generator, grid generator, box shadow, glassmorphism, animations, clip-path, loaders, text shadow, border radius, gradients, and contrast checker. All client-side, no account required. * [Beautiful CSS box-shadow examples](https://getcssscan.com/css-box-shadow-examples) - Curated collection of 93 beautiful CSS box-shadow. Click to copy. * [Can I use](https://caniuse.com/) - Browser support for CSS, HTML5 and other front-end web technologies. * [Flexbox Patterns](https://flexboxpatterns.com/) by cjcenizal @@ -272,7 +273,6 @@ Here is a [CSS in JS techniques comparison](https://github.com/MicheleBertoli/cs * [Single Div Project](https://github.com/ManrajGrover/SingleDivProject) - One `
`. Many possibilities. * [You Might Not Need JS](http://youmightnotneedjs.com/) - CSS alternatives for common JS UI components. * [Xpath-to-selector](https://github.com/steambap/xpath-to-selector) - Convert xpath to css selector. -* [Anytools CSS Generators](https://anytools.io) - Free browser-based CSS tools: flexbox generator, grid generator, box shadow, glassmorphism, animations, clip-path, loaders, text shadow, border radius, gradients, and contrast checker. All client-side, no account required. [⇧ back to top](#contents)