From 695229a2ade970be777860dbcec9885bd8e42a5b Mon Sep 17 00:00:00 2001 From: vipul kumar <91328423+vipul-027@users.noreply.github.com> Date: Mon, 17 Oct 2022 13:10:45 +0530 Subject: [PATCH 1/2] index.html created --- Amazing multicolor fireworks/index.html | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Amazing multicolor fireworks/index.html diff --git a/Amazing multicolor fireworks/index.html b/Amazing multicolor fireworks/index.html new file mode 100644 index 0000000..a12e108 --- /dev/null +++ b/Amazing multicolor fireworks/index.html @@ -0,0 +1,54 @@ + + + + + Fireworks + + + + + + + + From cd0476848ecbf1c8b20af4804b43b7bb1be15d9c Mon Sep 17 00:00:00 2001 From: vipul kumar <91328423+vipul-027@users.noreply.github.com> Date: Mon, 17 Oct 2022 13:11:36 +0530 Subject: [PATCH 2/2] style.css created --- Amazing multicolor fireworks/style.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Amazing multicolor fireworks/style.css diff --git a/Amazing multicolor fireworks/style.css b/Amazing multicolor fireworks/style.css new file mode 100644 index 0000000..a7d70fe --- /dev/null +++ b/Amazing multicolor fireworks/style.css @@ -0,0 +1,6 @@ +body{ + background:#000; + margin:0; + width:100%; + overflow:hidden; +}