summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-13 11:48:29 +0530
committerIgrisBRC <[email protected]>2024-07-13 11:48:29 +0530
commitc6e40120952100c94b677a8e771d6115691588f1 (patch)
tree58942de1f7c17fe816451ea65645cce6bfbcb045
parent8f0d1a9bc609744e4d489fc1bab9c7f1736ae55d (diff)
gave the piece some styling
-rw-r--r--public/index.css5
1 files changed, 5 insertions, 0 deletions
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;
+}