Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ritesh1507 committed Jan 14, 2024
1 parent 8622be3 commit 9a0710a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 5.Rock-Paper-Scissor/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ img{
height: 100%;
width: 25%;
background-color: rgb(104, 144, 255);
border-radius: 0 3rem 3rem 0;
}

#right-wall{
Expand All @@ -116,6 +117,8 @@ img{
height:100%;
width: 25%;
background-color: rgb(104, 144, 255);
border-radius: 3rem 0 0 3rem;

}

#user{
Expand All @@ -124,7 +127,7 @@ img{
/* width: 25%; */
z-index: -1;
top: 30%;
right: 10%;
right: 11%;
animation: forward1 2s ease-in-out 1 forwards;
}

Expand Down Expand Up @@ -201,6 +204,9 @@ img{
#new-container{
height: 15rem;
}
#score{
font-size: small;
}
}

@keyframes slidein{
Expand Down

0 comments on commit 9a0710a

Please sign in to comment.