Skip to content

Commit

Permalink
Set shadow on start button
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbright90 committed Aug 22, 2024
1 parent 494c148 commit 836db44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ p {
border-radius: 9px;
cursor: pointer;
margin: 10px;
box-shadow: inset 0 0 10px #2c2419, 0 0 10px rgba(0, 0, 0, 0.8);
}

.start-btn:hover {
background-color: #218838;
box-shadow: inset 0 0 10px #2c2419, 0 0 10px rgba(0, 0, 0, 0.3);
}

.board {
Expand Down

0 comments on commit 836db44

Please # to comment.