4,114
edits
No edit summary |
No edit summary |
||
Line 490: | Line 490: | ||
opacity: 1; /* Make it fully visible on hover */ | opacity: 1; /* Make it fully visible on hover */ | ||
visibility: visible; /* Make it interactable */ | visibility: visible; /* Make it interactable */ | ||
} | } | ||
#about-container { | #about-container { | ||
Line 1,723: | Line 1,722: | ||
.footer:hover { | .footer:hover { | ||
cursor: pointer; | cursor: pointer; | ||
} | |||
#submit { | |||
cursor: pointer; | |||
z-index: 100; | |||
position: relative; | |||
} | |||
#submit:hover + .submit-hide { | |||
display: block; | |||
opacity: 1; /* Make it fully visible on hover */ | |||
visibility: visible; /* Make it interactable */ | |||
} | } | ||
.submit-hide { | .submit-hide { |