Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinagangopadhyay authored Oct 7, 2024
1 parent 9a27d3b commit 096bb2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ button {
cursor: pointer;
transition: background 0.6s ease-in-out;
}

#btn:hover{
background-color: rgb(1, 20, 27);
box-shadow: 0 0 10px lightblue, 0 0 20px lightblue;
}
/**** MAIN PAGE ****/

.main-head {
Expand Down

0 comments on commit 096bb2f

Please sign in to comment.