Skip to content

Commit

Permalink
UI-Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyPerumalla committed Oct 14, 2024
1 parent f8b9cea commit 69b401e
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,22 @@

}

.signin,.signup {
.signin {
margin: 15px;
background-color: #F0A202;
border: none;
height: 50px;
width: 230px;
border-radius: 50px;
box-shadow: rgba(215, 200, 133, 0.878) 0px 20px 10px -15px;
cursor: pointer;
color: #2b2a2a;
font-size: 18px;
font-weight: 150;
transition: all 0.2s ease-in-out;
border: 3px solid white;
}
.signup {
margin: 15px;
background-color: #fcf414;
border: none;
Expand Down

0 comments on commit 69b401e

Please sign in to comment.