Creating the hover elements required me to learn about buttons and how I can change certain elements on the page when I hover over objects.
Latest comments
- @matt2282Submitted 9 months agoWhat challenges did you encounter, and how did you overcome them?P@tmen670Posted 9 months ago
Great work here!
I recommend adding:
cursor: pointer;
to the buttons which will turn the mouse to a pointer when hovering over them. Kinda gives good feedback to the user that this is indeed a clickable item. Other than that, well done!
1