Skip to content

Commit

Permalink
box shadow removal
Browse files Browse the repository at this point in the history
  • Loading branch information
tasnimkheir committed May 13, 2024
1 parent 2622f6c commit 19f9435
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions blocks/places.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,10 @@ line-height: 22px;
.places__image{
width: 460px;
grid-area: image;
box-shadow: 10px 10px 25px 0px #00000080;
background: #00000080;



}

.places__image:hover {
box-shadow: 10px 10px 25px 0px #00000080;

}


Expand Down Expand Up @@ -99,7 +93,6 @@ box-shadow: 10px 10px 25px 0px #00000080;
line-height: 21.78px;
color: #fff;
background: linear-gradient(90deg, #0278FE 0%, #003A7B 99.98%);
box-shadow: 5px 5px 10px 0px #00000040;
padding: 13px 20px;
border-radius: 4px;
margin-bottom: 80px;
Expand All @@ -108,10 +101,6 @@ 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 19f9435

Please # to comment.