From 04d77b4136873f0607f98432fd3b4bb633d57ece Mon Sep 17 00:00:00 2001 From: manopriyam Date: Sun, 26 May 2024 21:36:27 +0530 Subject: [PATCH] 191_Manopriya --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index a68daa4..ab19145 100644 --- a/style.css +++ b/style.css @@ -85,6 +85,9 @@ a { #pixel-art-container .cell:nth-child(10) { background-color: black; } +#pixel-art-container .cell:nth-child(191) { + background-image: radial-gradient(rgb(206, 255, 253), rgb(91, 255, 255)); +} /* test */ /* Add more colors for other cells as needed */ /* add */