Skip to content

Commit

Permalink
correcting images
Browse files Browse the repository at this point in the history
  • Loading branch information
tasnimkheir committed May 13, 2024
1 parent 19f9435 commit 95e0fff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blocks/places.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ grid-area: image;



}

.place__image:hover {
background: #00000080;
}


Expand Down Expand Up @@ -93,6 +97,7 @@ grid-area: image;
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 @@ -101,6 +106,7 @@ grid-area: image;

.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 95e0fff

Please # to comment.