Skip to content

Commit

Permalink
linear gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
tasnimkheir committed May 13, 2024
1 parent cca65ec commit 2622f6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/places.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ box-shadow: 10px 10px 25px 0px #00000080;
text-decoration: none;
line-height: 21.78px;
color: #fff;
background: linear-gradient(90deg, #0278FE 0%, #003A7B 100%);
background: linear-gradient(90deg, #0278FE 0%, #003A7B 99.98%);
box-shadow: 5px 5px 10px 0px #00000040;
padding: 13px 20px;
border-radius: 4px;
Expand All @@ -109,6 +109,7 @@ box-shadow: 10px 10px 25px 0px #00000080;
.places__button:hover{
background: linear-gradient(90deg, rgba(2, 120, 254, 0.25) 0%, rgba(0, 58, 123, 0.25) 99.98%);
box-shadow: 5px 5px 10px 0px #00000040;




Expand Down

0 comments on commit 2622f6c

Please # to comment.