From 9a0710a8f9c0360a19a22f74bed55f5752f3e075 Mon Sep 17 00:00:00 2001 From: ritesh Date: Mon, 15 Jan 2024 00:38:02 +0530 Subject: [PATCH] minor fixes --- 5.Rock-Paper-Scissor/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/5.Rock-Paper-Scissor/style.css b/5.Rock-Paper-Scissor/style.css index 4c1dccb..02a429b 100644 --- a/5.Rock-Paper-Scissor/style.css +++ b/5.Rock-Paper-Scissor/style.css @@ -104,6 +104,7 @@ img{ height: 100%; width: 25%; background-color: rgb(104, 144, 255); + border-radius: 0 3rem 3rem 0; } #right-wall{ @@ -116,6 +117,8 @@ img{ height:100%; width: 25%; background-color: rgb(104, 144, 255); + border-radius: 3rem 0 0 3rem; + } #user{ @@ -124,7 +127,7 @@ img{ /* width: 25%; */ z-index: -1; top: 30%; - right: 10%; + right: 11%; animation: forward1 2s ease-in-out 1 forwards; } @@ -201,6 +204,9 @@ img{ #new-container{ height: 15rem; } + #score{ + font-size: small; + } } @keyframes slidein{