From 8c280d0c4ae37bdf987effb9a614c24d69d0fcba Mon Sep 17 00:00:00 2001 From: Noor hayat <144549805+inoorhayat@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:26:35 +0530 Subject: [PATCH] Update style.css --- TicTacToe/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TicTacToe/style.css b/TicTacToe/style.css index 631df29..6c0ab94 100644 --- a/TicTacToe/style.css +++ b/TicTacToe/style.css @@ -4,7 +4,7 @@ } body { - background-color: #548687; + background-color: #548686; text-align: center; }