4,554
edits
No edit summary |
No edit summary |
||
Line 116: | Line 116: | ||
margin-top: 2%; | margin-top: 2%; | ||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
transition: transform 0.3s, border 0.3s; /* Add transitions for a smooth effect */ | transition: transform 0.3s, border 0.3s; /* Add transitions for a smooth effect */ | ||
Line 124: | Line 124: | ||
position: relative; /* Add position relative */ | position: relative; /* Add position relative */ | ||
z-index: 1; /* Ensure it's above the wrapper */ | z-index: 1; /* Ensure it's above the wrapper */ | ||
} | } | ||