I managed to figure out how to add an animating shadow upon hovering on a link! Next time though I'll be more intentional about using "em" and "rem" for sizing more so I don't have to redo as much when making changes.
What challenges did you encounter, and how did you overcome them?The hardest parts of this one were figuring out how to crop the non-square image (ended up using clip-path with a circle) and centering each of the elements. "margin: 0 auto" didn't work for everything so I ended up using flex for some elements.