From 243429d24db08b01ec2d1d00d7e17962b0b2bcac Mon Sep 17 00:00:00 2001 From: IgrisBRC Date: Sat, 13 Jul 2024 16:09:05 +0530 Subject: added move highlight --- public/index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/index.css') diff --git a/public/index.css b/public/index.css index f9712b2..0b9d6da 100644 --- a/public/index.css +++ b/public/index.css @@ -49,4 +49,9 @@ body{ .piece { color: black; text-align:center; + font-size:50px; +} + +.highlight { + background-color: yellow; } -- cgit v1.2.3