From cef482a0e9790390d51aebc73af6141666f65b51 Mon Sep 17 00:00:00 2001 From: Harshit <56926653+Harshitgupta1023@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:03:39 +0530 Subject: [PATCH] Update ConnectFour.css --- Games/Connect Four/ConnectFour.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Games/Connect Four/ConnectFour.css b/Games/Connect Four/ConnectFour.css index 93aa60f..769212c 100644 --- a/Games/Connect Four/ConnectFour.css +++ b/Games/Connect Four/ConnectFour.css @@ -1,9 +1,9 @@ button{ border:2px solid black; - height: 100px; - width: 100px; + height: 110px; + width: 110px; background-color: gray; - border-radius: 50%; + border-radius: 45%; } li{ align-items: : left;