From cc8969a90c945cc3bfd56b02de9ab702c0f379e6 Mon Sep 17 00:00:00 2001 From: Gursimran Gill <132660017+gursimrangillnotinsane@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:19:41 -0400 Subject: [PATCH] Create color dive.json --- src/_data/styles/color dive.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/_data/styles/color dive.json diff --git a/src/_data/styles/color dive.json b/src/_data/styles/color dive.json new file mode 100644 index 0000000..2cee932 --- /dev/null +++ b/src/_data/styles/color dive.json @@ -0,0 +1,7 @@ +{ + // Required + "title": "Color dive", + "author": "Gursimranjot Singh Gill", + "stylesheet": "https://gursimrangillnotinsane.github.io/CssProject1/style.css", + +}