Skip to content

Commit

Permalink
changes to css
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Leopold committed Jun 3, 2021
1 parent 76cb439 commit 5a4e08d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ form {
.inputBox > input {
box-shadow: 5px 5px 9px rgba(0,0,0, 0.20);
text-transform: capitalize;
cursor: pointer;
}

.inputBox .popup {
Expand All @@ -171,6 +172,10 @@ form {
text-transform: capitalize;
}

.inputBox .popup option {
cursor: pointer;
}


button, h2 {
background: #3BCEAC;
Expand Down

0 comments on commit 5a4e08d

Please sign in to comment.