From c6e40120952100c94b677a8e771d6115691588f1 Mon Sep 17 00:00:00 2001 From: IgrisBRC Date: Sat, 13 Jul 2024 11:48:29 +0530 Subject: gave the piece some styling --- public/index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public') diff --git a/public/index.css b/public/index.css index 08324aa..f9712b2 100644 --- a/public/index.css +++ b/public/index.css @@ -45,3 +45,8 @@ body{ grid-template-columns:repeat(8,1fr); grid-template-rows:repeat(8,1fr); } + +.piece { + color: black; + text-align:center; +} -- cgit v1.2.3