Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added More Tools For CSS #656

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions src/database/tools/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,35 @@
"description": "Add your own animations easily",
"link": "https://michalsnik.github.io/aos/",
"img": "https://github.com/jayk-gupta/web-resources-project/assets/104543751/04a7d5ad-c1f7-44bf-8547-d02de2ae7f96"
},
{
"tag": "css",
"title": "CSS Flex Generator",
"description": "Create Flex Container without Writing any Code",
"link": "https://cssflex-generator.netlify.app/",
"img": "https://i.postimg.cc/mg3KgKk0/Screenshot-2023-09-02-152225.png"
},
{
"tag": "css",
"title": "Fance CSS Border Generator",
"description": "When you use eight values specifying border-radius in CSS, you can build organic looking shapes : Use This Generator",
"link": "https://9elements.github.io/fancy-border-radius/#41.30.22.43--.",
"img": "https://i.postimg.cc/13kRk84y/Screenshot-2023-09-02-153550.png"
},
{
"tag": "css",
"title": "CSS Grid Generator",
"description": "Create Grid without Writing any Code",
"link": "https://cssgrid-generator.netlify.app/",
"img": "https://i.postimg.cc/3Ry3Hkt8/Screenshot-2023-09-02-153232.png"
},
{
"tag": "css",
"title": "CSS Template UI Elements",
"description": "Beautiful custom elements and templates made with CSS",
"link": "https://uiverse.io/",
"img": "https://i.postimg.cc/VLmVHDDg/Screenshot-2023-09-02-152925.png"
}


]