From b0f82b3a9f0af38104b2b0cbe333634071051279 Mon Sep 17 00:00:00 2001 From: Harshit <56926653+Harshitgupta1023@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:45:25 +0530 Subject: [PATCH] Update tictactoe.css --- Games/Tic Tac Toe/tictactoe.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Games/Tic Tac Toe/tictactoe.css b/Games/Tic Tac Toe/tictactoe.css index 0c63299..7558494 100644 --- a/Games/Tic Tac Toe/tictactoe.css +++ b/Games/Tic Tac Toe/tictactoe.css @@ -5,3 +5,6 @@ td{ border: 3px solid #000; font-size: 100px; } +h1{ + color: red ; +}