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;