From 8048709d8caa044308a7f1b4db1ac5b21ccceb64 Mon Sep 17 00:00:00 2001 From: Parul Pandey Date: Mon, 10 Jul 2023 23:47:30 +0530 Subject: [PATCH 1/2] Added codepip --- src/DB/product.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/DB/product.json b/src/DB/product.json index e77658c8..6a56df28 100644 --- a/src/DB/product.json +++ b/src/DB/product.json @@ -3242,5 +3242,12 @@ "image": "https://bit.ly/44os5WY", "link": "https://css-speedrun.netlify.app/", "description": "A small fun app to test your CSS knowledge." +}, +{ + "productName": "Codepip", + "category": "coding", + "image": "https://bit.ly/44Et8RY", + "link": "https://codepip.com/", + "description": "Learn to code CSS by playing coding games." } ] From 009bcd33f46f174f34148c3b6f1904c500e82fe3 Mon Sep 17 00:00:00 2001 From: Parul Pandey Date: Mon, 10 Jul 2023 23:55:39 +0530 Subject: [PATCH 2/2] added css dinner --- src/DB/product.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/DB/product.json b/src/DB/product.json index 6a56df28..3ee44ec4 100644 --- a/src/DB/product.json +++ b/src/DB/product.json @@ -3249,5 +3249,12 @@ "image": "https://bit.ly/44Et8RY", "link": "https://codepip.com/", "description": "Learn to code CSS by playing coding games." +}, +{ + "productName": "Css Dinner", + "category": "coding", + "image": "https://bit.ly/3rnEziZ", + "link": "https://flukeout.github.io/", + "description": "CSS Diner is a 32 levels game that is used to teach CSS selectors." } ]