Skip to content

Commit

Permalink
add border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshiigdtw authored Jan 2, 2024
1 parent bdd0e6f commit 74c2ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
background-color: white;
position: relative;
top: 1em;
border-radius:26px;
}

.choice-container:hover {
Expand All @@ -20,6 +21,7 @@
padding: 1.5rem 2.5rem;
background-color: #56a5eb;
color: white;
border-radius:20px;
}

.choice-text {
Expand Down

0 comments on commit 74c2ed6

Please sign in to comment.