From a86970622cfa0f06d8456ae13bf1b7cad2cc3f0e Mon Sep 17 00:00:00 2001 From: anshk Date: Mon, 30 Mar 2026 20:24:16 +0530 Subject: [PATCH] style: added r3f index.css file for task4 --- Week-1/Task-4/r3f/src/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Week-1/Task-4/r3f/src/index.css diff --git a/Week-1/Task-4/r3f/src/index.css b/Week-1/Task-4/r3f/src/index.css new file mode 100644 index 0000000..379b86e --- /dev/null +++ b/Week-1/Task-4/r3f/src/index.css @@ -0,0 +1,8 @@ +html, +body, +#root { + width: 100%; + height: 100%; + margin: 0; + background-color: black; +}