Skip to content

Commit ed62ec8

Browse files
feat: add hover effect to landmark button (#298)
Co-authored-by: Kritika Singh <kritikasingh6881@gmail.com>
1 parent 88cc2df commit ed62ec8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

about.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,15 @@ nav .fa {
197197
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
198198
position:relative;
199199
}
200+
.landmarkButton:hover {
201+
background: linear-gradient(135deg, #fddf9b, #fcbf49);
202+
color: #5a0000;
203+
transform: scale(1.08) translateY(-2px);
204+
text-shadow: 0 0 3px #fff0d0, 0 0 6px #ffc300;
205+
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
206+
cursor: pointer;
207+
}
208+
200209
@media(max-width: 700px){
201210
.landmarkButton {
202211
font-size: 13px;

0 commit comments

Comments
 (0)