diff options
-rw-r--r-- | public/index.css | 5 |
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; +} |