From f760f85e2c8ccebbf8171408a66399aead70ae20 Mon Sep 17 00:00:00 2001 From: shivam222343 <164057678+shivam222343@users.noreply.github.com> Date: Sun, 23 Jun 2024 00:33:17 +0530 Subject: [PATCH] Update style.css --- TicTacToe/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TicTacToe/style.css b/TicTacToe/style.css index 631df29..c95b2d6 100644 --- a/TicTacToe/style.css +++ b/TicTacToe/style.css @@ -10,8 +10,7 @@ body { .container { height: 70vh; - display: flex; - + display: flex; //hello i am Shivam Dombe justify-content: center; align-items: center; }