hiii i was just wondering how you did your music page? like how you got text to show up in a specific spot when hovering over different images? i was thinking of doing something similar on one of my pages lmao
i'll try my best to explain here, but ur also very welcome to snoop around in my code :3 So.. I have a class for every album, inside that class i have the cover img and a title function with the descriptions. In css you set the title position to absolute and position it how you like, visibility to hidden. Then you just make title:hover visibilty: visible; and ur done !!! hope this helps <3
i'll try my best to explain here, but ur also very welcome to snoop around in my code :3 So.. I have a class for every album, inside that class i have the cover img and a title function with the descriptions. In css you set the title position to absolute and position it how you like, visibility to hidden. Then you just make title:hover visibilty: visible; and ur done !!! hope this helps <3
oo okay ty!! ill try that
lemme know if it works out :D