From 74c2ed67834d73eca134001d0a8a8aa66d11653c Mon Sep 17 00:00:00 2001 From: sakshiigdtw <143056226+sakshiigdtw@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:17:53 +0530 Subject: [PATCH] add border radius --- game.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game.css b/game.css index d1204ef..eb82a60 100644 --- a/game.css +++ b/game.css @@ -7,6 +7,7 @@ background-color: white; position: relative; top: 1em; + border-radius:26px; } .choice-container:hover { @@ -20,6 +21,7 @@ padding: 1.5rem 2.5rem; background-color: #56a5eb; color: white; + border-radius:20px; } .choice-text {